Uses of Class
com.cumulocity.rest.representation.inventory.ManagedObjectReferenceRepresentation

Packages that use ManagedObjectReferenceRepresentation
com.cumulocity.rest.representation.inventory   
com.cumulocity.sdk.client.inventory Provides the classes necessary to create, delete, update and query managed objects. 
 

Uses of ManagedObjectReferenceRepresentation in com.cumulocity.rest.representation.inventory
 

Methods in com.cumulocity.rest.representation.inventory that return types with arguments of type ManagedObjectReferenceRepresentation
 List<ManagedObjectReferenceRepresentation> ManagedObjectReferenceCollectionRepresentation.getReferences()
           
 

Method parameters in com.cumulocity.rest.representation.inventory with type arguments of type ManagedObjectReferenceRepresentation
 void ManagedObjectReferenceCollectionRepresentation.setReferences(List<ManagedObjectReferenceRepresentation> references)
           
 

Uses of ManagedObjectReferenceRepresentation in com.cumulocity.sdk.client.inventory
 

Methods in com.cumulocity.sdk.client.inventory that return ManagedObjectReferenceRepresentation
 ManagedObjectReferenceRepresentation ManagedObjectImpl.addChildAssets(ManagedObjectReferenceRepresentation refrenceReprsentation)
           
 ManagedObjectReferenceRepresentation ManagedObject.addChildAssets(ManagedObjectReferenceRepresentation refrenceReprsentation)
          Adds a child device to the ManagedObject.
 ManagedObjectReferenceRepresentation ManagedObjectImpl.addChildDevice(ManagedObjectReferenceRepresentation refrenceReprsentation)
           
 ManagedObjectReferenceRepresentation ManagedObject.addChildDevice(ManagedObjectReferenceRepresentation refrenceReprsentation)
          Adds a child device to the ManagedObject.
 ManagedObjectReferenceRepresentation ManagedObjectImpl.getChildAsset(GId assetId)
           
 ManagedObjectReferenceRepresentation ManagedObject.getChildAsset(GId assetId)
          Returns the child Asset with the given id.
 ManagedObjectReferenceRepresentation ManagedObjectImpl.getChildDevice(GId deviceId)
           
 ManagedObjectReferenceRepresentation ManagedObject.getChildDevice(GId deviceId)
          Returns the child device with the given id.
 

Methods in com.cumulocity.sdk.client.inventory with parameters of type ManagedObjectReferenceRepresentation
 ManagedObjectReferenceRepresentation ManagedObjectImpl.addChildAssets(ManagedObjectReferenceRepresentation refrenceReprsentation)
           
 ManagedObjectReferenceRepresentation ManagedObject.addChildAssets(ManagedObjectReferenceRepresentation refrenceReprsentation)
          Adds a child device to the ManagedObject.
 ManagedObjectReferenceRepresentation ManagedObjectImpl.addChildDevice(ManagedObjectReferenceRepresentation refrenceReprsentation)
           
 ManagedObjectReferenceRepresentation ManagedObject.addChildDevice(ManagedObjectReferenceRepresentation refrenceReprsentation)
          Adds a child device to the ManagedObject.
 



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