Package | Description |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.response |
Modifier and Type | Method and Description |
---|---|
List<Group> |
Group.getChildren()
List of child groups
|
List<Group> |
User.getGroups()
Groups the user is member of
|
List<Group> |
Workflow.getGroups() |
Modifier and Type | Method and Description |
---|---|
void |
Group.setChildren(List<Group> children)
Set the children
|
void |
User.setGroups(List<Group> groups) |
void |
Workflow.setGroups(List<Group> groups) |
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupsResponse.getGroups() |
Modifier and Type | Method and Description |
---|---|
void |
GroupsResponse.setGroups(List<Group> groups) |
Copyright © 2019 Gentics Software. All rights reserved.