Uses of Class
com.cumulocity.rest.representation.inventory.ManagedObjectReferenceCollectionRepresentation
Package
Description
Provides the classes necessary to create, delete, update and query managed objects.
-
Uses of ManagedObjectReferenceCollectionRepresentation in com.cumulocity.rest.representation.inventory
Modifier and TypeMethodDescriptionManagedObjectRepresentation.getAdditionParents()
ManagedObjectRepresentation.getAssetParents()
ManagedObjectRepresentation.getChildAdditions()
ManagedObjectRepresentation.getChildAssets()
ManagedObjectRepresentation.getChildDevices()
ManagedObjectRepresentation.getDeviceParents()
InventoryRepresentation.getManagedObjects()
Modifier and TypeMethodDescriptionvoid
ManagedObjectRepresentation.setAdditionParents
(ManagedObjectReferenceCollectionRepresentation additionParents) void
ManagedObjectRepresentation.setAssetParents
(ManagedObjectReferenceCollectionRepresentation assetParents) void
ManagedObjectRepresentation.setChildAdditions
(ManagedObjectReferenceCollectionRepresentation childAdditions) void
ManagedObjectRepresentation.setChildAssets
(ManagedObjectReferenceCollectionRepresentation childAssets) void
ManagedObjectRepresentation.setChildDevices
(ManagedObjectReferenceCollectionRepresentation childDevices) void
ManagedObjectRepresentation.setDeviceParents
(ManagedObjectReferenceCollectionRepresentation deviceParents) final void
InventoryRepresentation.setManagedObjects
(ManagedObjectReferenceCollectionRepresentation managedObjects) -
Uses of ManagedObjectReferenceCollectionRepresentation in com.cumulocity.sdk.client.inventory
Modifier and TypeMethodDescriptionManagedObjectReferenceCollectionImpl.wrap
(ManagedObjectReferenceCollectionRepresentation collection) ModifierConstructorDescriptionPagedManagedObjectReferenceCollectionRepresentation
(ManagedObjectReferenceCollectionRepresentation collection, PagedCollectionResource<ManagedObjectReferenceRepresentation, ? extends ManagedObjectReferenceCollectionRepresentation> collectionResource) ModifierConstructorDescriptionPagedManagedObjectReferenceCollectionRepresentation
(ManagedObjectReferenceCollectionRepresentation collection, PagedCollectionResource<ManagedObjectReferenceRepresentation, ? extends ManagedObjectReferenceCollectionRepresentation> collectionResource)