Class GroupRestEntity
java.lang.Object
org.exoplatform.portal.rest.model.GroupRestEntity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(GroupRestEntity child) booleangetId()getLabel()inthashCode()voidsetChildren(List<GroupRestEntity> children) voidsetDescription(String description) voidsetGroupName(String groupName) voidvoidvoidsetParentId(String parentId)
-
Constructor Details
-
GroupRestEntity
public GroupRestEntity() -
GroupRestEntity
public GroupRestEntity(org.exoplatform.services.organization.Group group)
-
-
Method Details