com.cumulocity.rest.representation.user
Class RoleReferenceCollectionRepresentation

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

public class RoleReferenceCollectionRepresentation
extends BaseCollectionRepresentation
implements ReferenceRepresentation


Constructor Summary
RoleReferenceCollectionRepresentation()
           
 
Method Summary
 List<RoleReferenceRepresentation> getReferences()
           
 void setReferences(List<RoleReferenceRepresentation> references)
           
 
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

RoleReferenceCollectionRepresentation

public RoleReferenceCollectionRepresentation()
Method Detail

getReferences

@JSONTypeHint(value=RoleReferenceRepresentation.class)
public List<RoleReferenceRepresentation> getReferences()

setReferences

public void setReferences(List<RoleReferenceRepresentation> references)


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