Uses of Class
com.cumulocity.rest.representation.inventory.ManagedObjectReferenceCollectionRepresentation
Packages that use ManagedObjectReferenceCollectionRepresentation
Package
Description
Provides the classes necessary to create, delete, update and query managed objects.
-
Uses of ManagedObjectReferenceCollectionRepresentation in com.cumulocity.rest.representation.inventory
Methods in com.cumulocity.rest.representation.inventory that return ManagedObjectReferenceCollectionRepresentationModifier and TypeMethodDescriptionManagedObjectRepresentation.getAdditionParents()
ManagedObjectRepresentation.getAssetParents()
ManagedObjectRepresentation.getChildAdditions()
ManagedObjectRepresentation.getChildAssets()
ManagedObjectRepresentation.getChildDevices()
ManagedObjectRepresentation.getDeviceParents()
InventoryRepresentation.getManagedObjects()
Methods in com.cumulocity.rest.representation.inventory with parameters of type ManagedObjectReferenceCollectionRepresentationModifier 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
Methods in com.cumulocity.sdk.client.inventory that return types with arguments of type ManagedObjectReferenceCollectionRepresentationMethods in com.cumulocity.sdk.client.inventory with parameters of type ManagedObjectReferenceCollectionRepresentationModifier and TypeMethodDescriptionManagedObjectReferenceCollectionImpl.wrap
(ManagedObjectReferenceCollectionRepresentation collection) Constructors in com.cumulocity.sdk.client.inventory with parameters of type ManagedObjectReferenceCollectionRepresentationModifierConstructorDescriptionPagedManagedObjectReferenceCollectionRepresentation
(ManagedObjectReferenceCollectionRepresentation collection, PagedCollectionResource<ManagedObjectReferenceRepresentation, ? extends ManagedObjectReferenceCollectionRepresentation> collectionResource) Constructor parameters in com.cumulocity.sdk.client.inventory with type arguments of type ManagedObjectReferenceCollectionRepresentationModifierConstructorDescriptionPagedManagedObjectReferenceCollectionRepresentation
(ManagedObjectReferenceCollectionRepresentation collection, PagedCollectionResource<ManagedObjectReferenceRepresentation, ? extends ManagedObjectReferenceCollectionRepresentation> collectionResource)