Uses of Class
com.cumulocity.rest.representation.inventory.ManagedObjectReferenceRepresentation
Package
Description
Provides the classes necessary to create, delete, update and query managed objects.
-
Uses of ManagedObjectReferenceRepresentation in com.cumulocity.rest.representation.inventory
Modifier and TypeMethodDescriptionManagedObjectReferenceCollectionRepresentation.getReferences()
ManagedObjectReferenceCollectionRepresentation.iterator()
Modifier and TypeMethodDescriptionvoid
ManagedObjectReferenceCollectionRepresentation.setReferences
(List<ManagedObjectReferenceRepresentation> references) -
Uses of ManagedObjectReferenceRepresentation in com.cumulocity.sdk.client.inventory
Modifier and TypeMethodDescriptionManagedObject.addChildAdditions
(GId childId) Adds a child addition to the ManagedObject.ManagedObject.addChildAdditions
(ManagedObjectReferenceRepresentation refrenceReprsentation) Adds a child addition to the ManagedObject.ManagedObjectImpl.addChildAdditions
(GId childId) ManagedObjectImpl.addChildAdditions
(ManagedObjectReferenceRepresentation refrenceReprsentation) ManagedObject.addChildAssets
(GId childId) Adds a child asset to the ManagedObject.ManagedObject.addChildAssets
(ManagedObjectReferenceRepresentation refrenceReprsentation) Adds a child asset to the ManagedObject.ManagedObjectImpl.addChildAssets
(GId childId) ManagedObjectImpl.addChildAssets
(ManagedObjectReferenceRepresentation refrenceReprsentation) ManagedObject.addChildDevice
(GId childId) Adds a child device to the ManagedObject.ManagedObject.addChildDevice
(ManagedObjectReferenceRepresentation refrenceReprsentation) Adds a child device to the ManagedObject.ManagedObjectImpl.addChildDevice
(GId childId) ManagedObjectImpl.addChildDevice
(ManagedObjectReferenceRepresentation refrenceReprsentation) ManagedObject.getChildAddition
(GId additionId) Returns the child additions with the given id.ManagedObjectImpl.getChildAddition
(GId additionId) ManagedObject.getChildAsset
(GId assetId) Returns the child Asset with the given id.ManagedObjectImpl.getChildAsset
(GId assetId) ManagedObject.getChildDevice
(GId deviceId) Returns the child device with the given id.ManagedObjectImpl.getChildDevice
(GId deviceId) Modifier and TypeMethodDescriptionPagedManagedObjectReferenceCollectionRepresentation.allPages()
PagedManagedObjectReferenceCollectionRepresentation.elements
(int limit) Modifier and TypeMethodDescriptionManagedObject.addChildAdditions
(ManagedObjectReferenceRepresentation refrenceReprsentation) Adds a child addition to the ManagedObject.ManagedObjectImpl.addChildAdditions
(ManagedObjectReferenceRepresentation refrenceReprsentation) ManagedObject.addChildAssets
(ManagedObjectReferenceRepresentation refrenceReprsentation) Adds a child asset to the ManagedObject.ManagedObjectImpl.addChildAssets
(ManagedObjectReferenceRepresentation refrenceReprsentation) ManagedObject.addChildDevice
(ManagedObjectReferenceRepresentation refrenceReprsentation) Adds a child device to the ManagedObject.ManagedObjectImpl.addChildDevice
(ManagedObjectReferenceRepresentation refrenceReprsentation) ModifierConstructorDescriptionPagedManagedObjectReferenceCollectionRepresentation
(ManagedObjectReferenceCollectionRepresentation collection, PagedCollectionResource<ManagedObjectReferenceRepresentation, ? extends ManagedObjectReferenceCollectionRepresentation> collectionResource)