public class GroupsResponse extends GenericResponse
| Constructor and Description |
|---|
GroupsResponse()
Create an empty response
|
GroupsResponse(Message message,
ResponseInfo responseInfo) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
getGroups() |
Map<Integer,Set<Permission>> |
getPerms()
User permissions on the returned items, if requested
|
void |
setGroups(List<Group> groups) |
void |
setPerms(Map<Integer,Set<Permission>> perms)
Set user permissions
|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfopublic GroupsResponse()
public GroupsResponse(Message message, ResponseInfo responseInfo)
message - responseInfo - public Map<Integer,Set<Permission>> getPerms()
public void setPerms(Map<Integer,Set<Permission>> perms)
perms - permissionsCopyright © 2024 Gentics Software. All rights reserved.