com.cumulocity.rest.representation.inventory
Class ManagedObjectReferenceCollectionRepresentation

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

public class ManagedObjectReferenceCollectionRepresentation
extends BaseCollectionRepresentation


Constructor Summary
ManagedObjectReferenceCollectionRepresentation()
           
 
Method Summary
 List<ManagedObjectReferenceRepresentation> getReferences()
           
 void setReferences(List<ManagedObjectReferenceRepresentation> 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

ManagedObjectReferenceCollectionRepresentation

public ManagedObjectReferenceCollectionRepresentation()
Method Detail

getReferences

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

setReferences

public void setReferences(List<ManagedObjectReferenceRepresentation> references)


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