com.cumulocity.rest.representation.user
Class UserCollectionRepresentation

java.lang.Object
  extended by com.cumulocity.rest.representation.BaseResourceRepresentation
      extended by com.cumulocity.rest.representation.BaseCollectionRepresentation
          extended by com.cumulocity.rest.representation.user.UserCollectionRepresentation
All Implemented Interfaces:
ResourceRepresentation

public class UserCollectionRepresentation
extends BaseCollectionRepresentation


Constructor Summary
UserCollectionRepresentation()
           
 
Method Summary
 List<UserRepresentation> getUsers()
           
 void setUsers(List<UserRepresentation> users)
           
 
Methods inherited from class com.cumulocity.rest.representation.BaseCollectionRepresentation
getNext, getPageStatistics, getPrev, setNext, setPageStatistics, setPrev
 
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, setSelf, toJSON, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserCollectionRepresentation

public UserCollectionRepresentation()
Method Detail

getUsers

public List<UserRepresentation> getUsers()

setUsers

@JSONTypeHint(value=UserRepresentation.class)
public void setUsers(List<UserRepresentation> users)


Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.