Package | Description |
---|---|
com.cumulocity.rest.representation.measurement | |
com.cumulocity.sdk.client.measurement |
Provides the classes necessary to create, delete and query measurements.
|
Modifier and Type | Method and Description |
---|---|
MeasurementCollectionRepresentation |
MeasurementsApiRepresentation.getMeasurements() |
Modifier and Type | Method and Description |
---|---|
void |
MeasurementsApiRepresentation.setMeasurements(MeasurementCollectionRepresentation measurements) |
Modifier and Type | Class and Description |
---|---|
class |
PagedMeasurementCollectionRepresentation |
Modifier and Type | Method and Description |
---|---|
MeasurementCollectionRepresentation |
MeasurementApi.createBulk(MeasurementCollectionRepresentation measurementCollection)
Creates measurements in the platform.
|
MeasurementCollectionRepresentation |
MeasurementApiImpl.createBulk(MeasurementCollectionRepresentation measurementCollection) |
Modifier and Type | Method and Description |
---|---|
protected Class<MeasurementCollectionRepresentation> |
MeasurementCollectionImpl.getResponseClass() |
Modifier and Type | Method and Description |
---|---|
MeasurementCollectionRepresentation |
MeasurementApi.createBulk(MeasurementCollectionRepresentation measurementCollection)
Creates measurements in the platform.
|
MeasurementCollectionRepresentation |
MeasurementApiImpl.createBulk(MeasurementCollectionRepresentation measurementCollection) |
void |
MeasurementApi.createBulkWithoutResponse(MeasurementCollectionRepresentation measurementCollection)
Creates measurements in the platform.
|
void |
MeasurementApiImpl.createBulkWithoutResponse(MeasurementCollectionRepresentation measurementCollection) |
protected PagedMeasurementCollectionRepresentation |
MeasurementCollectionImpl.wrap(MeasurementCollectionRepresentation collection) |
Constructor and Description |
---|
PagedMeasurementCollectionRepresentation(MeasurementCollectionRepresentation collection,
PagedCollectionResource<MeasurementRepresentation,? extends MeasurementCollectionRepresentation> collectionResource) |
Constructor and Description |
---|
PagedMeasurementCollectionRepresentation(MeasurementCollectionRepresentation collection,
PagedCollectionResource<MeasurementRepresentation,? extends MeasurementCollectionRepresentation> collectionResource) |
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.