| Package | Description |
|---|---|
| cloud.artik.api | |
| cloud.artik.model |
| Modifier and Type | Method and Description |
|---|---|
NotifMessagesResponse |
SubscriptionsApi.getMessages(String notifId,
Integer offset,
Integer count,
String order) |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<NotifMessagesResponse> |
SubscriptionsApi.getMessagesWithHttpInfo(String notifId,
Integer offset,
Integer count,
String order) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
SubscriptionsApi.getMessagesAsync(String notifId,
Integer offset,
Integer count,
String order,
ApiCallback<NotifMessagesResponse> callback) |
| Modifier and Type | Method and Description |
|---|---|
NotifMessagesResponse |
NotifMessagesResponse.count(Integer count) |
NotifMessagesResponse |
NotifMessagesResponse.data(NotifMessageArray data) |
NotifMessagesResponse |
NotifMessagesResponse.offset(Integer offset) |
NotifMessagesResponse |
NotifMessagesResponse.order(String order) |
NotifMessagesResponse |
NotifMessagesResponse.total(Long total) |
Copyright © 2018. All rights reserved.