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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupsPermBitsResponse()
Create an empty instanceGroupsPermBitsResponse(Message message, ResponseInfo responseInfo, Map<Integer,String> groups)
Creates a response with a group permission bit map
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Integer,String>
getGroups()
Get the groupsvoid
setGroups(Map<Integer,String> groups)
Set the groups-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-
-
-
Constructor Detail
-
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
-
-