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 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 sendMessageAction(MessageAction data) throws ApiException
public ApiResponse<MessageIDEnvelope> sendMessageActionWithHttpInfo(MessageAction data) throws ApiException
public com.squareup.okhttp.Call sendMessageActionAsync(MessageAction data, ApiCallback<MessageIDEnvelope> callback) throws ApiException
Copyright © 2016. All rights reserved.