public class MmsApi extends Object
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
String |
mmsPricePost(MmsMessageCollection mmsMessages)
Get Price for MMS sent
Get Price for MMS sent
|
com.squareup.okhttp.Call |
mmsPricePostAsync(MmsMessageCollection mmsMessages,
ApiCallback<String> callback)
Get Price for MMS sent (asynchronously)
Get Price for MMS sent
|
com.squareup.okhttp.Call |
mmsPricePostCall(MmsMessageCollection mmsMessages,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsPricePost
|
ApiResponse<String> |
mmsPricePostWithHttpInfo(MmsMessageCollection mmsMessages)
Get Price for MMS sent
Get Price for MMS sent
|
String |
mmsReceiptsGet(Integer page,
Integer limit)
Get all delivery receipts
Get all delivery receipts
|
com.squareup.okhttp.Call |
mmsReceiptsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all delivery receipts (asynchronously)
Get all delivery receipts
|
com.squareup.okhttp.Call |
mmsReceiptsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsReceiptsGet
|
ApiResponse<String> |
mmsReceiptsGetWithHttpInfo(Integer page,
Integer limit)
Get all delivery receipts
Get all delivery receipts
|
String |
mmsReceiptsReadPut(DateBefore dateBefore)
Mark delivery receipts as read
Mark delivery receipts as read
|
com.squareup.okhttp.Call |
mmsReceiptsReadPutAsync(DateBefore dateBefore,
ApiCallback<String> callback)
Mark delivery receipts as read (asynchronously)
Mark delivery receipts as read
|
com.squareup.okhttp.Call |
mmsReceiptsReadPutCall(DateBefore dateBefore,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsReceiptsReadPut
|
ApiResponse<String> |
mmsReceiptsReadPutWithHttpInfo(DateBefore dateBefore)
Mark delivery receipts as read
Mark delivery receipts as read
|
String |
mmsSendPost(MmsMessageCollection mmsMessages)
Send MMS
Send MMS
|
com.squareup.okhttp.Call |
mmsSendPostAsync(MmsMessageCollection mmsMessages,
ApiCallback<String> callback)
Send MMS (asynchronously)
Send MMS
|
com.squareup.okhttp.Call |
mmsSendPostCall(MmsMessageCollection mmsMessages,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsSendPost
|
ApiResponse<String> |
mmsSendPostWithHttpInfo(MmsMessageCollection mmsMessages)
Send MMS
Send MMS
|
void |
setApiClient(ApiClient apiClient) |
public MmsApi()
public MmsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call mmsPricePostCall(MmsMessageCollection mmsMessages, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
mmsMessages - MmsMessageCollection model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String mmsPricePost(MmsMessageCollection mmsMessages) throws ApiException
mmsMessages - MmsMessageCollection model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> mmsPricePostWithHttpInfo(MmsMessageCollection mmsMessages) throws ApiException
mmsMessages - MmsMessageCollection model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call mmsPricePostAsync(MmsMessageCollection mmsMessages, ApiCallback<String> callback) throws ApiException
mmsMessages - MmsMessageCollection model (required)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 mmsReceiptsGetCall(Integer page, Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
page - Page number (optional, default to 1)limit - Number of records per page (optional, default to 10)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String mmsReceiptsGet(Integer page, Integer limit) throws ApiException
page - Page number (optional, default to 1)limit - Number of records per page (optional, default to 10)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> mmsReceiptsGetWithHttpInfo(Integer page, Integer limit) throws ApiException
page - Page number (optional, default to 1)limit - Number of records per page (optional, default to 10)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call mmsReceiptsGetAsync(Integer page, Integer limit, ApiCallback<String> callback) throws ApiException
page - Page number (optional, default to 1)limit - Number of records per page (optional, default to 10)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 mmsReceiptsReadPutCall(DateBefore dateBefore, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
dateBefore - DateBefore model (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String mmsReceiptsReadPut(DateBefore dateBefore) throws ApiException
dateBefore - DateBefore model (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> mmsReceiptsReadPutWithHttpInfo(DateBefore dateBefore) throws ApiException
dateBefore - DateBefore model (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call mmsReceiptsReadPutAsync(DateBefore dateBefore, ApiCallback<String> callback) throws ApiException
dateBefore - DateBefore model (optional)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 mmsSendPostCall(MmsMessageCollection mmsMessages, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
mmsMessages - MmsMessageCollection model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String mmsSendPost(MmsMessageCollection mmsMessages) throws ApiException
mmsMessages - MmsMessageCollection model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> mmsSendPostWithHttpInfo(MmsMessageCollection mmsMessages) throws ApiException
mmsMessages - MmsMessageCollection model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call mmsSendPostAsync(MmsMessageCollection mmsMessages, ApiCallback<String> callback) throws ApiException
mmsMessages - MmsMessageCollection model (required)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.