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