Interface OrganizationMemberResource


public interface OrganizationMemberResource
  • Method Details

    • toRepresentation

      @GET @Produces("application/json") MemberRepresentation toRepresentation()
    • delete

      @DELETE jakarta.ws.rs.core.Response delete()
    • getOrganizations

      @Path("organizations") @GET @Produces("application/json") List<OrganizationRepresentation> getOrganizations()