com.gentics.contentnode.rest.model.response
Class GroupsPermBitsResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.GroupsPermBitsResponse
public class GroupsPermBitsResponse
- extends GenericResponse
Response containing permission and role bits
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
getGroups
public Map<Integer,String> getGroups()
- Get the groups
- Returns:
- The groups
Copyright © 2015 Gentics Software GmbH. All Rights Reserved.