Package | Description |
---|---|
com.cumulocity.sdk.client | |
com.cumulocity.sdk.client.alarm |
Provides the classes necessary to create, update and query alarms.
|
com.cumulocity.sdk.client.buffering | |
com.cumulocity.sdk.client.devicecontrol | |
com.cumulocity.sdk.client.event |
Provides the classes necessary to create, delete, update and query events.
|
com.cumulocity.sdk.client.measurement |
Provides the classes necessary to create, delete and query measurements.
|
com.cumulocity.sdk.client.option |
Modifier and Type | Method and Description |
---|---|
<T extends ResourceRepresentation> |
RestConnector.postAsync(String path,
CumulocityMediaType mediaType,
T representation) |
<T extends ResourceRepresentation> |
RestOperations.postAsync(String path,
CumulocityMediaType mediaType,
T representation) |
<T extends ResourceRepresentation> |
RestConnector.putAsync(String path,
CumulocityMediaType mediaType,
T representation) |
<T extends ResourceRepresentation> |
RestOperations.putAsync(String path,
CumulocityMediaType mediaType,
T representation) |
Modifier and Type | Method and Description |
---|---|
Future |
AlarmApi.createAsync(AlarmRepresentation alarm)
Creates an alarm in the platform.
|
Future |
AlarmApiImpl.createAsync(AlarmRepresentation representation) |
Modifier and Type | Method and Description |
---|---|
Future |
BufferRequestService.create(BufferedRequest request) |
Future |
BufferRequestServiceImpl.create(BufferedRequest request) |
Modifier and Type | Method and Description |
---|---|
Future |
DeviceControlApi.updateAsync(OperationRepresentation operation)
Updates operation in the platform.
|
Future |
DeviceControlApiImpl.updateAsync(OperationRepresentation operation) |
Modifier and Type | Method and Description |
---|---|
Future |
EventApi.createAsync(EventRepresentation event)
Creates event in the platform.
|
Future |
EventApiImpl.createAsync(EventRepresentation representation) |
Modifier and Type | Method and Description |
---|---|
Future |
MeasurementApi.createAsync(MeasurementRepresentation measurement)
Creates measurement in the platform.
|
Future |
MeasurementApiImpl.createAsync(MeasurementRepresentation measurementRepresentation) |
Modifier and Type | Method and Description |
---|---|
Future |
TenantOptionApi.saveAsync(OptionRepresentation option)
Creates or updates an option in the platform.
|
Future |
TenantOptionApiImpl.saveAsync(OptionRepresentation representation) |
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.