Uses of Class
com.cumulocity.rest.representation.inventory.ManagedObjectReferenceRepresentation
Packages that use ManagedObjectReferenceRepresentation
Package
Description
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 ManagedObjectReferenceRepresentationModifier and TypeMethodDescriptionManagedObjectReferenceCollectionRepresentation.getReferences()
ManagedObjectReferenceCollectionRepresentation.iterator()
Method parameters in com.cumulocity.rest.representation.inventory with type arguments of type ManagedObjectReferenceRepresentationModifier and TypeMethodDescriptionvoid
ManagedObjectReferenceCollectionRepresentation.setReferences
(List<ManagedObjectReferenceRepresentation> references) -
Uses of ManagedObjectReferenceRepresentation in com.cumulocity.sdk.client.inventory
Methods in com.cumulocity.sdk.client.inventory that return ManagedObjectReferenceRepresentationModifier 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) Methods in com.cumulocity.sdk.client.inventory that return types with arguments of type ManagedObjectReferenceRepresentationModifier and TypeMethodDescriptionPagedManagedObjectReferenceCollectionRepresentation.allPages()
PagedManagedObjectReferenceCollectionRepresentation.elements
(int limit) Methods in com.cumulocity.sdk.client.inventory with parameters of type ManagedObjectReferenceRepresentationModifier 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) Constructor parameters in com.cumulocity.sdk.client.inventory with type arguments of type ManagedObjectReferenceRepresentationModifierConstructorDescriptionPagedManagedObjectReferenceCollectionRepresentation
(ManagedObjectReferenceCollectionRepresentation collection, PagedCollectionResource<ManagedObjectReferenceRepresentation, ? extends ManagedObjectReferenceCollectionRepresentation> collectionResource)