Package | Description |
---|---|
com.cumulocity.rest.representation.inventory | |
com.cumulocity.sdk.client.inventory |
Provides the classes necessary to create, delete, update and query managed objects.
|
Modifier and Type | Method and Description |
---|---|
List<ManagedObjectReferenceRepresentation> |
ManagedObjectReferenceCollectionRepresentation.getReferences() |
Iterator<ManagedObjectReferenceRepresentation> |
ManagedObjectReferenceCollectionRepresentation.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ManagedObjectReferenceCollectionRepresentation.setReferences(List<ManagedObjectReferenceRepresentation> references) |
Modifier and Type | Method and Description |
---|---|
ManagedObjectReferenceRepresentation |
ManagedObject.addChildAdditions(com.cumulocity.model.idtype.GId childId)
Adds a child addition to the ManagedObject.
|
ManagedObjectReferenceRepresentation |
ManagedObjectImpl.addChildAdditions(com.cumulocity.model.idtype.GId childId) |
ManagedObjectReferenceRepresentation |
ManagedObject.addChildAdditions(ManagedObjectReferenceRepresentation refrenceReprsentation)
Adds a child addition to the ManagedObject.
|
ManagedObjectReferenceRepresentation |
ManagedObjectImpl.addChildAdditions(ManagedObjectReferenceRepresentation refrenceReprsentation) |
ManagedObjectReferenceRepresentation |
ManagedObject.addChildAssets(com.cumulocity.model.idtype.GId childId)
Adds a child asset to the ManagedObject.
|
ManagedObjectReferenceRepresentation |
ManagedObjectImpl.addChildAssets(com.cumulocity.model.idtype.GId childId) |
ManagedObjectReferenceRepresentation |
ManagedObject.addChildAssets(ManagedObjectReferenceRepresentation refrenceReprsentation)
Adds a child asset to the ManagedObject.
|
ManagedObjectReferenceRepresentation |
ManagedObjectImpl.addChildAssets(ManagedObjectReferenceRepresentation refrenceReprsentation) |
ManagedObjectReferenceRepresentation |
ManagedObject.addChildDevice(com.cumulocity.model.idtype.GId childId)
Adds a child device to the ManagedObject.
|
ManagedObjectReferenceRepresentation |
ManagedObjectImpl.addChildDevice(com.cumulocity.model.idtype.GId childId) |
ManagedObjectReferenceRepresentation |
ManagedObject.addChildDevice(ManagedObjectReferenceRepresentation refrenceReprsentation)
Adds a child device to the ManagedObject.
|
ManagedObjectReferenceRepresentation |
ManagedObjectImpl.addChildDevice(ManagedObjectReferenceRepresentation refrenceReprsentation) |
ManagedObjectReferenceRepresentation |
ManagedObject.getChildAddition(com.cumulocity.model.idtype.GId additionId)
Returns the child additions with the given id.
|
ManagedObjectReferenceRepresentation |
ManagedObjectImpl.getChildAddition(com.cumulocity.model.idtype.GId additionId) |
ManagedObjectReferenceRepresentation |
ManagedObject.getChildAsset(com.cumulocity.model.idtype.GId assetId)
Returns the child Asset with the given id.
|
ManagedObjectReferenceRepresentation |
ManagedObjectImpl.getChildAsset(com.cumulocity.model.idtype.GId assetId) |
ManagedObjectReferenceRepresentation |
ManagedObject.getChildDevice(com.cumulocity.model.idtype.GId deviceId)
Returns the child device with the given id.
|
ManagedObjectReferenceRepresentation |
ManagedObjectImpl.getChildDevice(com.cumulocity.model.idtype.GId deviceId) |
Modifier and Type | Method and Description |
---|---|
Iterable<ManagedObjectReferenceRepresentation> |
PagedManagedObjectReferenceCollectionRepresentation.allPages() |
Iterable<ManagedObjectReferenceRepresentation> |
PagedManagedObjectReferenceCollectionRepresentation.elements(int limit) |
Constructor and Description |
---|
PagedManagedObjectReferenceCollectionRepresentation(ManagedObjectReferenceCollectionRepresentation collection,
PagedCollectionResource<ManagedObjectReferenceRepresentation,? extends ManagedObjectReferenceCollectionRepresentation> collectionResource) |
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.