| Package | Description |
|---|---|
| cloud.artik.api | |
| cloud.artik.model |
| Modifier and Type | Method and Description |
|---|---|
NormalizedActionsEnvelope |
MessagesApi.getNormalizedActions(String uid,
String ddid,
String mid,
String offset,
Integer count,
Long startDate,
Long endDate,
String order) |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<NormalizedActionsEnvelope> |
MessagesApi.getNormalizedActionsWithHttpInfo(String uid,
String ddid,
String mid,
String offset,
Integer count,
Long startDate,
Long endDate,
String order) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
MessagesApi.getNormalizedActionsAsync(String uid,
String ddid,
String mid,
String offset,
Integer count,
Long startDate,
Long endDate,
String order,
ApiCallback<NormalizedActionsEnvelope> callback) |
| Modifier and Type | Method and Description |
|---|---|
NormalizedActionsEnvelope |
NormalizedActionsEnvelope.addDataItem(NormalizedAction dataItem) |
NormalizedActionsEnvelope |
NormalizedActionsEnvelope.count(Long count) |
NormalizedActionsEnvelope |
NormalizedActionsEnvelope.data(List<NormalizedAction> data) |
NormalizedActionsEnvelope |
NormalizedActionsEnvelope.ddid(String ddid) |
NormalizedActionsEnvelope |
NormalizedActionsEnvelope.ddids(String ddids) |
NormalizedActionsEnvelope |
NormalizedActionsEnvelope.endDate(Long endDate) |
NormalizedActionsEnvelope |
NormalizedActionsEnvelope.next(String next) |
NormalizedActionsEnvelope |
NormalizedActionsEnvelope.order(String order) |
NormalizedActionsEnvelope |
NormalizedActionsEnvelope.size(Long size) |
NormalizedActionsEnvelope |
NormalizedActionsEnvelope.startDate(Long startDate) |
NormalizedActionsEnvelope |
NormalizedActionsEnvelope.uid(String uid) |
Copyright © 2018. All rights reserved.