Class GroupsResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.GroupsResponse
- All Implemented Interfaces:
Serializable
Response for the request to get the groups
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate an empty responseGroupsResponse
(Message message, ResponseInfo responseInfo) -
Method Summary
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
GroupsResponse
public GroupsResponse()Create an empty response -
GroupsResponse
- Parameters:
message
-responseInfo
-
-
-
Method Details
-
getGroups
- Returns:
- the groups
-
setGroups
- Parameters:
groups
- the groups to set
-
getPerms
User permissions on the returned items, if requested- Returns:
- map of permissions
-
setPerms
Set user permissions- Parameters:
perms
- permissions
-