Class GroupsPermBitsResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.GroupsPermBitsResponse
- All Implemented Interfaces:
Serializable
Response containing permission and role bits
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate an empty instanceGroupsPermBitsResponse
(Message message, ResponseInfo responseInfo, Map<Integer, String> groups) Creates a response with a group permission bit map -
Method Summary
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
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 objectresponseInfo
- ResponseInfo object
-
-
Method Details
-
getGroups
Get the groups- Returns:
- The groups
-
setGroups
Set the groups- Parameters:
groups
- groups
-