public class MessagesApi extends Object
| Constructor and Description |
|---|
MessagesApi() |
MessagesApi(ApiClient apiClient) |
public MessagesApi()
public MessagesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public AggregatesHistogramResponse getAggregatesHistogram(Long startDate, Long endDate, String sdid, String field, String interval) throws ApiException
public ApiResponse<AggregatesHistogramResponse> getAggregatesHistogramWithHttpInfo(Long startDate, Long endDate, String sdid, String field, String interval) throws ApiException
public com.squareup.okhttp.Call getAggregatesHistogramAsync(Long startDate, Long endDate, String sdid, String field, String interval, ApiCallback<AggregatesHistogramResponse> callback) throws ApiException
public FieldPresenceEnvelope getFieldPresence(Long startDate, Long endDate, String interval, String sdid, String fieldPresence) throws ApiException
public ApiResponse<FieldPresenceEnvelope> getFieldPresenceWithHttpInfo(Long startDate, Long endDate, String interval, String sdid, String fieldPresence) throws ApiException
public com.squareup.okhttp.Call getFieldPresenceAsync(Long startDate, Long endDate, String interval, String sdid, String fieldPresence, ApiCallback<FieldPresenceEnvelope> callback) throws ApiException
public NormalizedMessagesEnvelope getLastNormalizedMessages(Integer count, String sdids, String fieldPresence) throws ApiException
public ApiResponse<NormalizedMessagesEnvelope> getLastNormalizedMessagesWithHttpInfo(Integer count, String sdids, String fieldPresence) throws ApiException
public com.squareup.okhttp.Call getLastNormalizedMessagesAsync(Integer count, String sdids, String fieldPresence, ApiCallback<NormalizedMessagesEnvelope> callback) throws ApiException
public AggregatesResponse getMessageAggregates(String sdid, String field, Long startDate, Long endDate) throws ApiException
public ApiResponse<AggregatesResponse> getMessageAggregatesWithHttpInfo(String sdid, String field, Long startDate, Long endDate) throws ApiException
public com.squareup.okhttp.Call getMessageAggregatesAsync(String sdid, String field, Long startDate, Long endDate, ApiCallback<AggregatesResponse> callback) throws ApiException
public SnapshotResponses getMessageSnapshots(String sdids, Boolean includeTimestamp) throws ApiException
public ApiResponse<SnapshotResponses> getMessageSnapshotsWithHttpInfo(String sdids, Boolean includeTimestamp) throws ApiException
public com.squareup.okhttp.Call getMessageSnapshotsAsync(String sdids, Boolean includeTimestamp, ApiCallback<SnapshotResponses> callback) throws ApiException
public NormalizedActionsEnvelope getNormalizedActions(String uid, String ddid, String mid, String offset, Integer count, Long startDate, Long endDate, String order) throws ApiException
public ApiResponse<NormalizedActionsEnvelope> getNormalizedActionsWithHttpInfo(String uid, String ddid, String mid, String offset, Integer count, Long startDate, Long endDate, String order) throws ApiException
public com.squareup.okhttp.Call getNormalizedActionsAsync(String uid, String ddid, String mid, String offset, Integer count, Long startDate, Long endDate, String order, ApiCallback<NormalizedActionsEnvelope> callback) throws ApiException
public NormalizedMessagesEnvelope getNormalizedMessages(String uid, String sdid, String mid, String fieldPresence, String filter, String offset, Integer count, Long startDate, Long endDate, String order) throws ApiException
public ApiResponse<NormalizedMessagesEnvelope> getNormalizedMessagesWithHttpInfo(String uid, String sdid, String mid, String fieldPresence, String filter, String offset, Integer count, Long startDate, Long endDate, String order) throws ApiException
public com.squareup.okhttp.Call getNormalizedMessagesAsync(String uid, String sdid, String mid, String fieldPresence, String filter, String offset, Integer count, Long startDate, Long endDate, String order, ApiCallback<NormalizedMessagesEnvelope> callback) throws ApiException
public MessageIDEnvelope sendActions(Actions data) throws ApiException
public ApiResponse<MessageIDEnvelope> sendActionsWithHttpInfo(Actions data) throws ApiException
public com.squareup.okhttp.Call sendActionsAsync(Actions data, ApiCallback<MessageIDEnvelope> callback) throws ApiException
public MessageIDEnvelope sendMessage(Message data) throws ApiException
public ApiResponse<MessageIDEnvelope> sendMessageWithHttpInfo(Message data) throws ApiException
public com.squareup.okhttp.Call sendMessageAsync(Message data, ApiCallback<MessageIDEnvelope> callback) throws ApiException
Copyright © 2017. All rights reserved.