Interface GroupResource

  • All Known Implementing Classes:
    GroupResourceImpl

    public interface GroupResource
    Author:
    Daniel Meyer
    • Method Detail

      • getGroup

        GroupDto getGroup​(@Context
                          javax.ws.rs.core.UriInfo context)
      • deleteGroup

        void deleteGroup()
      • updateGroup

        void updateGroup​(GroupDto Group)
      • availableOperations

        ResourceOptionsDto availableOperations​(@Context
                                               javax.ws.rs.core.UriInfo context)