| Package | Description |
|---|---|
| cloud.artik.api | |
| cloud.artik.model |
| Modifier and Type | Method and Description |
|---|---|
AggregatesResponse |
MessagesApi.getMessageAggregates(String sdid,
String field,
Long startDate,
Long endDate) |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<AggregatesResponse> |
MessagesApi.getMessageAggregatesWithHttpInfo(String sdid,
String field,
Long startDate,
Long endDate) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
MessagesApi.getMessageAggregatesAsync(String sdid,
String field,
Long startDate,
Long endDate,
ApiCallback<AggregatesResponse> callback) |
| Modifier and Type | Method and Description |
|---|---|
AggregatesResponse |
AggregatesResponse.addDataItem(AggregateData dataItem) |
AggregatesResponse |
AggregatesResponse.data(List<AggregateData> data) |
AggregatesResponse |
AggregatesResponse.endDate(Long endDate) |
AggregatesResponse |
AggregatesResponse.field(String field) |
AggregatesResponse |
AggregatesResponse.sdid(String sdid) |
AggregatesResponse |
AggregatesResponse.size(Integer size) |
AggregatesResponse |
AggregatesResponse.startDate(Long startDate) |
Copyright © 2018. All rights reserved.