public class StatisticsApi extends Object
| Constructor and Description |
|---|
StatisticsApi() |
StatisticsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
String |
statisticsSmsGet()
Get sms statistics
Get sms statistics
|
com.squareup.okhttp.Call |
statisticsSmsGetAsync(ApiCallback<String> callback)
Get sms statistics (asynchronously)
Get sms statistics
|
com.squareup.okhttp.Call |
statisticsSmsGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for statisticsSmsGet
|
ApiResponse<String> |
statisticsSmsGetWithHttpInfo()
Get sms statistics
Get sms statistics
|
String |
statisticsVoiceGet()
Get voice statistics
Get voice statistics
|
com.squareup.okhttp.Call |
statisticsVoiceGetAsync(ApiCallback<String> callback)
Get voice statistics (asynchronously)
Get voice statistics
|
com.squareup.okhttp.Call |
statisticsVoiceGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for statisticsVoiceGet
|
ApiResponse<String> |
statisticsVoiceGetWithHttpInfo()
Get voice statistics
Get voice statistics
|
public StatisticsApi()
public StatisticsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call statisticsSmsGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String statisticsSmsGet() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> statisticsSmsGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call statisticsSmsGetAsync(ApiCallback<String> callback) throws ApiException
callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call statisticsVoiceGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String statisticsVoiceGet() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> statisticsVoiceGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call statisticsVoiceGetAsync(ApiCallback<String> callback) throws ApiException
callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2019. All rights reserved.