Uses of Class
com.cumulocity.rest.representation.inventory.ManagedObjectReferenceCollectionRepresentation
-
Packages that use ManagedObjectReferenceCollectionRepresentation Package Description com.cumulocity.rest.representation.inventory com.cumulocity.sdk.client.inventory 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 ManagedObjectReferenceCollectionRepresentation Modifier and Type Method Description ManagedObjectReferenceCollectionRepresentationManagedObjectRepresentation. getAdditionParents()ManagedObjectReferenceCollectionRepresentationManagedObjectRepresentation. getAssetParents()ManagedObjectReferenceCollectionRepresentationManagedObjectRepresentation. getChildAdditions()ManagedObjectReferenceCollectionRepresentationManagedObjectRepresentation. getChildAssets()ManagedObjectReferenceCollectionRepresentationManagedObjectRepresentation. getChildDevices()ManagedObjectReferenceCollectionRepresentationManagedObjectRepresentation. getDeviceParents()ManagedObjectReferenceCollectionRepresentationInventoryRepresentation. getManagedObjects()Methods in com.cumulocity.rest.representation.inventory with parameters of type ManagedObjectReferenceCollectionRepresentation Modifier and Type Method Description voidManagedObjectRepresentation. setAdditionParents(ManagedObjectReferenceCollectionRepresentation additionParents)voidManagedObjectRepresentation. setAssetParents(ManagedObjectReferenceCollectionRepresentation assetParents)voidManagedObjectRepresentation. setChildAdditions(ManagedObjectReferenceCollectionRepresentation childAdditions)voidManagedObjectRepresentation. setChildAssets(ManagedObjectReferenceCollectionRepresentation childAssets)voidManagedObjectRepresentation. setChildDevices(ManagedObjectReferenceCollectionRepresentation childDevices)voidManagedObjectRepresentation. setDeviceParents(ManagedObjectReferenceCollectionRepresentation deviceParents)voidInventoryRepresentation. setManagedObjects(ManagedObjectReferenceCollectionRepresentation managedObjects) -
Uses of ManagedObjectReferenceCollectionRepresentation in com.cumulocity.sdk.client.inventory
Subclasses of ManagedObjectReferenceCollectionRepresentation in com.cumulocity.sdk.client.inventory Modifier and Type Class Description classPagedManagedObjectReferenceCollectionRepresentationMethods in com.cumulocity.sdk.client.inventory that return types with arguments of type ManagedObjectReferenceCollectionRepresentation Modifier and Type Method Description protected Class<ManagedObjectReferenceCollectionRepresentation>ManagedObjectReferenceCollectionImpl. getResponseClass()Methods in com.cumulocity.sdk.client.inventory with parameters of type ManagedObjectReferenceCollectionRepresentation Modifier and Type Method Description protected PagedManagedObjectReferenceCollectionRepresentationManagedObjectReferenceCollectionImpl. wrap(ManagedObjectReferenceCollectionRepresentation collection)Constructors in com.cumulocity.sdk.client.inventory with parameters of type ManagedObjectReferenceCollectionRepresentation Constructor Description PagedManagedObjectReferenceCollectionRepresentation(ManagedObjectReferenceCollectionRepresentation collection, PagedCollectionResource<ManagedObjectReferenceRepresentation,? extends ManagedObjectReferenceCollectionRepresentation> collectionResource)Constructor parameters in com.cumulocity.sdk.client.inventory with type arguments of type ManagedObjectReferenceCollectionRepresentation Constructor Description PagedManagedObjectReferenceCollectionRepresentation(ManagedObjectReferenceCollectionRepresentation collection, PagedCollectionResource<ManagedObjectReferenceRepresentation,? extends ManagedObjectReferenceCollectionRepresentation> collectionResource)
-