com.cumulocity.rest.representation.user
Class RoleCollectionRepresentation

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

public class RoleCollectionRepresentation
extends BaseCollectionRepresentation


Constructor Summary
RoleCollectionRepresentation()
           
 
Method Summary
 List<RoleRepresentation> getRoles()
           
 void setRoles(List<RoleRepresentation> roles)
           
 
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

RoleCollectionRepresentation

public RoleCollectionRepresentation()
Method Detail

getRoles

public List<RoleRepresentation> getRoles()

setRoles

@JSONTypeHint(value=RoleRepresentation.class)
public void setRoles(List<RoleRepresentation> roles)


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