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 TypeMethodDescriptionvoidManagedObjectRepresentation.setAdditionParents(ManagedObjectReferenceCollectionRepresentation additionParents) voidManagedObjectRepresentation.setAssetParents(ManagedObjectReferenceCollectionRepresentation assetParents) voidManagedObjectRepresentation.setChildAdditions(ManagedObjectReferenceCollectionRepresentation childAdditions) voidManagedObjectRepresentation.setChildAssets(ManagedObjectReferenceCollectionRepresentation childAssets) voidManagedObjectRepresentation.setChildDevices(ManagedObjectReferenceCollectionRepresentation childDevices) voidManagedObjectRepresentation.setDeviceParents(ManagedObjectReferenceCollectionRepresentation deviceParents) final voidInventoryRepresentation.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)