com.cumulocity.rest.representation.user
Class GroupRepresentation
java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
com.cumulocity.rest.representation.user.GroupRepresentation
- All Implemented Interfaces:
- ResourceRepresentation
public class GroupRepresentation
- extends BaseResourceRepresentation
GroupRepresentation
public GroupRepresentation()
setId
public void setId(Long id)
getId
@JSONProperty(ignoreIfNull=true)
public Long getId()
getName
@JSONProperty(ignoreIfNull=true)
public String getName()
setName
public void setName(String name)
getUsers
@JSONProperty(ignoreIfNull=true)
public UserReferenceCollectionRepresentation getUsers()
setUsers
public void setUsers(UserReferenceCollectionRepresentation users)
getRoles
@JSONProperty(ignoreIfNull=true)
public RoleReferenceCollectionRepresentation getRoles()
setRoles
public void setRoles(RoleReferenceCollectionRepresentation roles)
Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.