Class GroupsPermBitsResponse

java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.GroupsPermBitsResponse
All Implemented Interfaces:
Serializable

public class GroupsPermBitsResponse extends GenericResponse
Response containing permission and role bits
See Also:
  • Constructor Details

    • GroupsPermBitsResponse

      public GroupsPermBitsResponse()
      Create an empty instance
    • GroupsPermBitsResponse

      public GroupsPermBitsResponse(Message message, ResponseInfo responseInfo, Map<Integer,String> groups)
      Creates a response with a group permission bit map
      Parameters:
      message - Message object
      responseInfo - ResponseInfo object
  • Method Details

    • getGroups

      public Map<Integer,String> getGroups()
      Get the groups
      Returns:
      The groups
    • setGroups

      public void setGroups(Map<Integer,String> groups)
      Set the groups
      Parameters:
      groups - groups