Package | Description |
---|---|
com.cumulocity.rest.representation.binary | |
com.cumulocity.rest.representation.event | |
com.cumulocity.rest.representation.identity | |
com.cumulocity.rest.representation.inventory | |
com.cumulocity.rest.representation.measurement | |
com.cumulocity.sdk.client.alarm |
Provides the classes necessary to create, update and query alarms.
|
com.cumulocity.sdk.client.cep.notification | |
com.cumulocity.sdk.client.event |
Provides the classes necessary to create, delete, update and query events.
|
com.cumulocity.sdk.client.inventory |
Provides the classes necessary to create, delete, update and query managed objects.
|
com.cumulocity.sdk.client.measurement |
Provides the classes necessary to create, delete and query measurements.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryObjectRepresentation |
Modifier and Type | Method and Description |
---|---|
ManagedObjectRepresentation |
EventRepresentation.getSource() |
Modifier and Type | Method and Description |
---|---|
void |
EventRepresentation.setSource(ManagedObjectRepresentation managedObject) |
Modifier and Type | Method and Description |
---|---|
ManagedObjectRepresentation |
ExternalIDRepresentation.getManagedObject() |
Modifier and Type | Method and Description |
---|---|
void |
ExternalIDRepresentation.setManagedObject(ManagedObjectRepresentation managedObject) |
Modifier and Type | Method and Description |
---|---|
static ManagedObjectRepresentation |
ManagedObjects.asManagedObject(com.cumulocity.model.idtype.GId id) |
ManagedObjectRepresentation |
ManagedObjectReferenceRepresentation.getManagedObject() |
Modifier and Type | Method and Description |
---|---|
List<ManagedObjectRepresentation> |
ManagedObjectCollectionRepresentation.getManagedObjects() |
Iterator<ManagedObjectRepresentation> |
ManagedObjectCollectionRepresentation.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ManagedObjectReferenceRepresentation.setManagedObject(ManagedObjectRepresentation managedObject) |
Modifier and Type | Method and Description |
---|---|
void |
ManagedObjectCollectionRepresentation.setManagedObjects(List<ManagedObjectRepresentation> managedObjects) |
Modifier and Type | Method and Description |
---|---|
ManagedObjectRepresentation |
MeasurementRepresentation.getSource() |
Modifier and Type | Method and Description |
---|---|
void |
MeasurementRepresentation.setSource(ManagedObjectRepresentation source) |
Modifier and Type | Method and Description |
---|---|
AlarmFilter |
AlarmFilter.bySource(ManagedObjectRepresentation source)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectRepresentation |
ManagedObjectNotification.getData() |
Modifier and Type | Method and Description |
---|---|
void |
ManagedObjectNotification.setData(ManagedObjectRepresentation data) |
Constructor and Description |
---|
ManagedObjectNotification(ManagedObjectRepresentation data,
String realtimeAction) |
Modifier and Type | Method and Description |
---|---|
EventFilter |
EventFilter.bySource(ManagedObjectRepresentation source)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectRepresentation |
ManagedObject.addChildAddition(ManagedObjectRepresentation representation)
Create ManagedObject and adds as child addition to the parent ManagedObject.
|
ManagedObjectRepresentation |
ManagedObjectImpl.addChildAddition(ManagedObjectRepresentation representation) |
ManagedObjectRepresentation |
ManagedObject.addChildAsset(ManagedObjectRepresentation representation)
Create ManagedObject and adds as child asset to the parent ManagedObject.
|
ManagedObjectRepresentation |
ManagedObjectImpl.addChildAsset(ManagedObjectRepresentation representation) |
ManagedObjectRepresentation |
ManagedObject.addChildDevice(ManagedObjectRepresentation representation)
Create ManagedObject and adds as child device to the parent ManagedObject.
|
ManagedObjectRepresentation |
ManagedObjectImpl.addChildDevice(ManagedObjectRepresentation representation) |
ManagedObjectRepresentation |
InventoryApi.create(ManagedObjectRepresentation managedObject)
Creates managed object in the platform.
|
ManagedObjectRepresentation |
InventoryApiImpl.create(ManagedObjectRepresentation representation) |
ManagedObjectRepresentation |
ManagedObject.get()
Deprecated.
|
ManagedObjectRepresentation |
ManagedObjectImpl.get()
Deprecated.
|
ManagedObjectRepresentation |
InventoryApi.get(com.cumulocity.model.idtype.GId id)
Returns the Managed Object of the Resource.
|
ManagedObjectRepresentation |
InventoryApiImpl.get(com.cumulocity.model.idtype.GId id) |
ManagedObjectRepresentation |
InventoryApi.get(com.cumulocity.model.idtype.GId id,
QueryParam... params)
Returns the Managed Object of the Resource.
|
ManagedObjectRepresentation |
InventoryApiImpl.get(com.cumulocity.model.idtype.GId id,
QueryParam... params) |
ManagedObjectRepresentation |
BinariesApi.replaceFile(com.cumulocity.model.idtype.GId containerId,
String contentType,
InputStream fileStream) |
ManagedObjectRepresentation |
BinariesApiImpl.replaceFile(com.cumulocity.model.idtype.GId containerId,
String contentType,
InputStream fileStream) |
ManagedObjectRepresentation |
InventoryApi.update(ManagedObjectRepresentation managedObjectRepresentation)
This update the ManagedObject for the operationCollection.
|
ManagedObjectRepresentation |
InventoryApiImpl.update(ManagedObjectRepresentation managedObjectRepresentation) |
ManagedObjectRepresentation |
ManagedObject.update(ManagedObjectRepresentation managedObjectRepresentation)
Deprecated.
|
ManagedObjectRepresentation |
ManagedObjectImpl.update(ManagedObjectRepresentation managedObjectRepresentation)
Deprecated.
|
ManagedObjectRepresentation |
BinariesApi.uploadFile(ManagedObjectRepresentation container,
byte[] bytes) |
ManagedObjectRepresentation |
BinariesApiImpl.uploadFile(ManagedObjectRepresentation container,
byte[] bytes) |
ManagedObjectRepresentation |
BinariesApi.uploadFile(ManagedObjectRepresentation container,
InputStream inputStream) |
ManagedObjectRepresentation |
BinariesApiImpl.uploadFile(ManagedObjectRepresentation container,
InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
Iterable<ManagedObjectRepresentation> |
PagedManagedObjectCollectionRepresentation.allPages() |
Iterable<ManagedObjectRepresentation> |
PagedManagedObjectCollectionRepresentation.elements(int limit) |
Constructor and Description |
---|
PagedManagedObjectCollectionRepresentation(ManagedObjectCollectionRepresentation collection,
PagedCollectionResource<ManagedObjectRepresentation,? extends ManagedObjectCollectionRepresentation> collectionResource) |
Modifier and Type | Method and Description |
---|---|
MeasurementFilter |
MeasurementFilter.bySource(ManagedObjectRepresentation source)
Deprecated.
|
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.