public interface TenantGroupMembersResource
Modifier and Type | Method and Description |
---|---|
ResourceOptionsDto |
availableOperations(javax.ws.rs.core.UriInfo context) |
void |
createMembership(String groupId) |
void |
deleteMembership(String groupId) |
static final String PATH
@PUT @Path(value="/{groupId}") void createMembership(@PathParam(value="groupId") String groupId)
@DELETE @Path(value="/{groupId}") void deleteMembership(@PathParam(value="groupId") String groupId)
@OPTIONS @Produces(value="application/json") ResourceOptionsDto availableOperations(@Context javax.ws.rs.core.UriInfo context)
Copyright © 2022. All rights reserved.