com.cumulocity.rest.representation.inventory
Class ManagedObjectCollectionRepresentation

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

public class ManagedObjectCollectionRepresentation
extends BaseCollectionRepresentation


Constructor Summary
ManagedObjectCollectionRepresentation()
           
 
Method Summary
 List<ManagedObjectRepresentation> getManagedObjects()
           
 void setManagedObjects(List<ManagedObjectRepresentation> managedObjects)
           
 
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

ManagedObjectCollectionRepresentation

public ManagedObjectCollectionRepresentation()
Method Detail

getManagedObjects

@JSONTypeHint(value=ManagedObjectRepresentation.class)
public List<ManagedObjectRepresentation> getManagedObjects()

setManagedObjects

public void setManagedObjects(List<ManagedObjectRepresentation> managedObjects)


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