Class Group
java.lang.Object
com.gentics.contentnode.rest.model.Group
- All Implemented Interfaces:
Serializable
Group information in REST calls
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList of child groupsDescriptiongetId()
Group IDgetName()
Group namevoid
setChildren
(List<Group> children) Set the childrensetDescription
(String description) Set descriptionvoid
Set group nametoString()
-
Constructor Details
-
Group
public Group()Empty constructor
-
-
Method Details
-
getId
Group ID- Returns:
- the id
-
getName
Group name- Returns:
- the name
-
getDescription
Description- Returns:
- the description
-
setId
- Parameters:
id
- the id to set
-
setName
Set group name- Parameters:
name
- the name to set- Returns:
- fluent API
-
setDescription
Set description- Parameters:
description
- the description to set- Returns:
- fluent API
-
getChildren
List of child groups- Returns:
- children
-
setChildren
Set the children- Parameters:
children
- children
-
toString
-