Interface GroupMembersResource

All Known Implementing Classes:
GroupMembersResourceImpl

public interface GroupMembersResource
Author:
Daniel Meyer
  • Field Details

  • Method Details

    • createGroupMember

      @PUT @Path("/{userId}") void createGroupMember(@PathParam("userId") String userId)
    • deleteGroupMember

      @DELETE @Path("/{userId}") void deleteGroupMember(@PathParam("userId") String userId)
    • availableOperations

      @OPTIONS @Produces("application/json") ResourceOptionsDto availableOperations(@Context jakarta.ws.rs.core.UriInfo context)