public class GroupRepresentation extends AbstractGroupRepresentation
Modifier and Type | Field and Description |
---|---|
protected Long |
userCount |
protected List<UserRepresentation> |
users |
id, name
Constructor and Description |
---|
GroupRepresentation() |
GroupRepresentation(Group group) |
GroupRepresentation(Group group,
boolean includeUsers) |
Modifier and Type | Method and Description |
---|---|
Long |
getUserCount() |
List<UserRepresentation> |
getUsers() |
void |
setUserCount(Long userCount) |
void |
setUsers(List<UserRepresentation> users) |
getId, getName, setId, setName
protected Long userCount
protected List<UserRepresentation> users
public GroupRepresentation()
public GroupRepresentation(Group group)
public GroupRepresentation(Group group, boolean includeUsers)
public Long getUserCount()
public void setUserCount(Long userCount)
public List<UserRepresentation> getUsers()
public void setUsers(List<UserRepresentation> users)
Copyright © 2014–2015 Alfresco. All rights reserved.