public class SmsApi extends Object
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
String |
smsCancelAllPut()
Update all scheduled message as cancelled
Update all scheduled message as cancelled
|
com.squareup.okhttp.Call |
smsCancelAllPutAsync(ApiCallback<String> callback)
Update all scheduled message as cancelled (asynchronously)
Update all scheduled message as cancelled
|
com.squareup.okhttp.Call |
smsCancelAllPutCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsCancelAllPut
|
ApiResponse<String> |
smsCancelAllPutWithHttpInfo()
Update all scheduled message as cancelled
Update all scheduled message as cancelled
|
String |
smsCancelByMessageIdPut(String messageId)
Update scheduled message as cancelled
Update scheduled message as cancelled
|
com.squareup.okhttp.Call |
smsCancelByMessageIdPutAsync(String messageId,
ApiCallback<String> callback)
Update scheduled message as cancelled (asynchronously)
Update scheduled message as cancelled
|
com.squareup.okhttp.Call |
smsCancelByMessageIdPutCall(String messageId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsCancelByMessageIdPut
|
ApiResponse<String> |
smsCancelByMessageIdPutWithHttpInfo(String messageId)
Update scheduled message as cancelled
Update scheduled message as cancelled
|
String |
smsHistoryExportGet(String filename)
Export all sms history
Export all sms history
|
com.squareup.okhttp.Call |
smsHistoryExportGetAsync(String filename,
ApiCallback<String> callback)
Export all sms history (asynchronously)
Export all sms history
|
com.squareup.okhttp.Call |
smsHistoryExportGetCall(String filename,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsHistoryExportGet
|
ApiResponse<String> |
smsHistoryExportGetWithHttpInfo(String filename)
Export all sms history
Export all sms history
|
String |
smsHistoryGet(String q,
Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit)
Get all sms history
Get all sms history
|
com.squareup.okhttp.Call |
smsHistoryGetAsync(String q,
Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all sms history (asynchronously)
Get all sms history
|
com.squareup.okhttp.Call |
smsHistoryGetCall(String q,
Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsHistoryGet
|
ApiResponse<String> |
smsHistoryGetWithHttpInfo(String q,
Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit)
Get all sms history
Get all sms history
|
String |
smsInboundGet(String q,
Integer page,
Integer limit)
Get all inbound sms
Get all inbound sms
|
com.squareup.okhttp.Call |
smsInboundGetAsync(String q,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all inbound sms (asynchronously)
Get all inbound sms
|
com.squareup.okhttp.Call |
smsInboundGetCall(String q,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsInboundGet
|
ApiResponse<String> |
smsInboundGetWithHttpInfo(String q,
Integer page,
Integer limit)
Get all inbound sms
Get all inbound sms
|
String |
smsInboundPost(Url url)
Create inbound sms
Create inbound sms
|
com.squareup.okhttp.Call |
smsInboundPostAsync(Url url,
ApiCallback<String> callback)
Create inbound sms (asynchronously)
Create inbound sms
|
com.squareup.okhttp.Call |
smsInboundPostCall(Url url,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsInboundPost
|
ApiResponse<String> |
smsInboundPostWithHttpInfo(Url url)
Create inbound sms
Create inbound sms
|
String |
smsInboundReadByMessageIdPut(String messageId)
Mark inbound SMS as read
Mark specific inbound SMS as read
|
com.squareup.okhttp.Call |
smsInboundReadByMessageIdPutAsync(String messageId,
ApiCallback<String> callback)
Mark inbound SMS as read (asynchronously)
Mark specific inbound SMS as read
|
com.squareup.okhttp.Call |
smsInboundReadByMessageIdPutCall(String messageId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsInboundReadByMessageIdPut
|
ApiResponse<String> |
smsInboundReadByMessageIdPutWithHttpInfo(String messageId)
Mark inbound SMS as read
Mark specific inbound SMS as read
|
String |
smsInboundReadPut(DateBefore dateBefore)
Mark inbound SMS as read
Mark all inbound SMS as read optionally before a certain date
|
com.squareup.okhttp.Call |
smsInboundReadPutAsync(DateBefore dateBefore,
ApiCallback<String> callback)
Mark inbound SMS as read (asynchronously)
Mark all inbound SMS as read optionally before a certain date
|
com.squareup.okhttp.Call |
smsInboundReadPutCall(DateBefore dateBefore,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsInboundReadPut
|
ApiResponse<String> |
smsInboundReadPutWithHttpInfo(DateBefore dateBefore)
Mark inbound SMS as read
Mark all inbound SMS as read optionally before a certain date
|
String |
smsPricePost(SmsMessageCollection smsMessages)
Calculate sms price
Calculate sms price
|
com.squareup.okhttp.Call |
smsPricePostAsync(SmsMessageCollection smsMessages,
ApiCallback<String> callback)
Calculate sms price (asynchronously)
Calculate sms price
|
com.squareup.okhttp.Call |
smsPricePostCall(SmsMessageCollection smsMessages,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsPricePost
|
ApiResponse<String> |
smsPricePostWithHttpInfo(SmsMessageCollection smsMessages)
Calculate sms price
Calculate sms price
|
String |
smsReceiptsByMessageIdGet(String messageId)
Get a Specific Delivery Receipt
Get a Specific Delivery Receipt
|
com.squareup.okhttp.Call |
smsReceiptsByMessageIdGetAsync(String messageId,
ApiCallback<String> callback)
Get a Specific Delivery Receipt (asynchronously)
Get a Specific Delivery Receipt
|
com.squareup.okhttp.Call |
smsReceiptsByMessageIdGetCall(String messageId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsReceiptsByMessageIdGet
|
ApiResponse<String> |
smsReceiptsByMessageIdGetWithHttpInfo(String messageId)
Get a Specific Delivery Receipt
Get a Specific Delivery Receipt
|
String |
smsReceiptsGet(Integer page,
Integer limit)
Get all delivery receipts
Get all delivery receipts
|
com.squareup.okhttp.Call |
smsReceiptsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all delivery receipts (asynchronously)
Get all delivery receipts
|
com.squareup.okhttp.Call |
smsReceiptsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsReceiptsGet
|
ApiResponse<String> |
smsReceiptsGetWithHttpInfo(Integer page,
Integer limit)
Get all delivery receipts
Get all delivery receipts
|
String |
smsReceiptsPost(Url url)
Add a delivery receipt
Add a delivery receipt
|
com.squareup.okhttp.Call |
smsReceiptsPostAsync(Url url,
ApiCallback<String> callback)
Add a delivery receipt (asynchronously)
Add a delivery receipt
|
com.squareup.okhttp.Call |
smsReceiptsPostCall(Url url,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsReceiptsPost
|
ApiResponse<String> |
smsReceiptsPostWithHttpInfo(Url url)
Add a delivery receipt
Add a delivery receipt
|
String |
smsReceiptsReadPut(DateBefore dateBefore)
Mark delivery receipts as read
Mark delivery receipts as read
|
com.squareup.okhttp.Call |
smsReceiptsReadPutAsync(DateBefore dateBefore,
ApiCallback<String> callback)
Mark delivery receipts as read (asynchronously)
Mark delivery receipts as read
|
com.squareup.okhttp.Call |
smsReceiptsReadPutCall(DateBefore dateBefore,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsReceiptsReadPut
|
ApiResponse<String> |
smsReceiptsReadPutWithHttpInfo(DateBefore dateBefore)
Mark delivery receipts as read
Mark delivery receipts as read
|
String |
smsSendPost(SmsMessageCollection smsMessages)
Send sms message(s)
# Send one or more SMS messages You can post up to 1000 messages with each API call.
|
com.squareup.okhttp.Call |
smsSendPostAsync(SmsMessageCollection smsMessages,
ApiCallback<String> callback)
Send sms message(s) (asynchronously)
# Send one or more SMS messages You can post up to 1000 messages with each API call.
|
com.squareup.okhttp.Call |
smsSendPostCall(SmsMessageCollection smsMessages,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsSendPost
|
ApiResponse<String> |
smsSendPostWithHttpInfo(SmsMessageCollection smsMessages)
Send sms message(s)
# Send one or more SMS messages You can post up to 1000 messages with each API call.
|
String |
smsTemplatesByTemplateIdDelete(Integer templateId)
Delete sms template
Delete sms template
|
com.squareup.okhttp.Call |
smsTemplatesByTemplateIdDeleteAsync(Integer templateId,
ApiCallback<String> callback)
Delete sms template (asynchronously)
Delete sms template
|
com.squareup.okhttp.Call |
smsTemplatesByTemplateIdDeleteCall(Integer templateId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsTemplatesByTemplateIdDelete
|
ApiResponse<String> |
smsTemplatesByTemplateIdDeleteWithHttpInfo(Integer templateId)
Delete sms template
Delete sms template
|
String |
smsTemplatesByTemplateIdPut(Integer templateId,
SmsTemplate smsTemplate)
Update sms template
Update sms template
|
com.squareup.okhttp.Call |
smsTemplatesByTemplateIdPutAsync(Integer templateId,
SmsTemplate smsTemplate,
ApiCallback<String> callback)
Update sms template (asynchronously)
Update sms template
|
com.squareup.okhttp.Call |
smsTemplatesByTemplateIdPutCall(Integer templateId,
SmsTemplate smsTemplate,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsTemplatesByTemplateIdPut
|
ApiResponse<String> |
smsTemplatesByTemplateIdPutWithHttpInfo(Integer templateId,
SmsTemplate smsTemplate)
Update sms template
Update sms template
|
String |
smsTemplatesGet(Integer page,
Integer limit)
Get lists of all sms templates
Get lists of all sms templates
|
com.squareup.okhttp.Call |
smsTemplatesGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get lists of all sms templates (asynchronously)
Get lists of all sms templates
|
com.squareup.okhttp.Call |
smsTemplatesGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsTemplatesGet
|
ApiResponse<String> |
smsTemplatesGetWithHttpInfo(Integer page,
Integer limit)
Get lists of all sms templates
Get lists of all sms templates
|
String |
smsTemplatesPost(SmsTemplate smsTemplate)
Create sms template
Create sms template
|
com.squareup.okhttp.Call |
smsTemplatesPostAsync(SmsTemplate smsTemplate,
ApiCallback<String> callback)
Create sms template (asynchronously)
Create sms template
|
com.squareup.okhttp.Call |
smsTemplatesPostCall(SmsTemplate smsTemplate,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsTemplatesPost
|
ApiResponse<String> |
smsTemplatesPostWithHttpInfo(SmsTemplate smsTemplate)
Create sms template
Create sms template
|
public SmsApi()
public SmsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call smsCancelAllPutCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsCancelAllPut() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsCancelAllPutWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsCancelAllPutAsync(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 smsCancelByMessageIdPutCall(String messageId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
messageId - The message ID you want to cancel (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsCancelByMessageIdPut(String messageId) throws ApiException
messageId - The message ID you want to cancel (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsCancelByMessageIdPutWithHttpInfo(String messageId) throws ApiException
messageId - The message ID you want to cancel (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsCancelByMessageIdPutAsync(String messageId, ApiCallback<String> callback) throws ApiException
messageId - The message ID you want to cancel (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 smsHistoryExportGetCall(String filename, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
filename - Filename to download history as (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsHistoryExportGet(String filename) throws ApiException
filename - Filename to download history as (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsHistoryExportGetWithHttpInfo(String filename) throws ApiException
filename - Filename to download history as (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsHistoryExportGetAsync(String filename, ApiCallback<String> callback) throws ApiException
filename - Filename to download history as (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 smsHistoryGetCall(String q, Integer dateFrom, Integer dateTo, Integer page, Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
q - Custom query Example: from:{number},status_code:201. (optional)dateFrom - Start date (optional)dateTo - End date (optional)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 smsHistoryGet(String q, Integer dateFrom, Integer dateTo, Integer page, Integer limit) throws ApiException
q - Custom query Example: from:{number},status_code:201. (optional)dateFrom - Start date (optional)dateTo - End date (optional)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> smsHistoryGetWithHttpInfo(String q, Integer dateFrom, Integer dateTo, Integer page, Integer limit) throws ApiException
q - Custom query Example: from:{number},status_code:201. (optional)dateFrom - Start date (optional)dateTo - End date (optional)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 smsHistoryGetAsync(String q, Integer dateFrom, Integer dateTo, Integer page, Integer limit, ApiCallback<String> callback) throws ApiException
q - Custom query Example: from:{number},status_code:201. (optional)dateFrom - Start date (optional)dateTo - End date (optional)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 smsInboundGetCall(String q, Integer page, Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
q - Your keyword or query. (optional)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 smsInboundGet(String q, Integer page, Integer limit) throws ApiException
q - Your keyword or query. (optional)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> smsInboundGetWithHttpInfo(String q, Integer page, Integer limit) throws ApiException
q - Your keyword or query. (optional)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 smsInboundGetAsync(String q, Integer page, Integer limit, ApiCallback<String> callback) throws ApiException
q - Your keyword or query. (optional)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 smsInboundPostCall(Url url, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
url - Url model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsInboundPost(Url url) throws ApiException
url - Url model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsInboundPostWithHttpInfo(Url url) throws ApiException
url - Url model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsInboundPostAsync(Url url, ApiCallback<String> callback) throws ApiException
url - Url 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 smsInboundReadByMessageIdPutCall(String messageId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
messageId - Message ID (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsInboundReadByMessageIdPut(String messageId) throws ApiException
messageId - Message ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsInboundReadByMessageIdPutWithHttpInfo(String messageId) throws ApiException
messageId - Message ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsInboundReadByMessageIdPutAsync(String messageId, ApiCallback<String> callback) throws ApiException
messageId - Message ID (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 smsInboundReadPutCall(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 smsInboundReadPut(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> smsInboundReadPutWithHttpInfo(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 smsInboundReadPutAsync(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 smsPricePostCall(SmsMessageCollection smsMessages, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
smsMessages - SmsMessageCollection model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsPricePost(SmsMessageCollection smsMessages) throws ApiException
smsMessages - SmsMessageCollection model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsPricePostWithHttpInfo(SmsMessageCollection smsMessages) throws ApiException
smsMessages - SmsMessageCollection model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsPricePostAsync(SmsMessageCollection smsMessages, ApiCallback<String> callback) throws ApiException
smsMessages - SmsMessageCollection 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 smsReceiptsByMessageIdGetCall(String messageId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
messageId - Message ID (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsReceiptsByMessageIdGet(String messageId) throws ApiException
messageId - Message ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsReceiptsByMessageIdGetWithHttpInfo(String messageId) throws ApiException
messageId - Message ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsReceiptsByMessageIdGetAsync(String messageId, ApiCallback<String> callback) throws ApiException
messageId - Message ID (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 smsReceiptsGetCall(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 smsReceiptsGet(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> smsReceiptsGetWithHttpInfo(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 smsReceiptsGetAsync(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 smsReceiptsPostCall(Url url, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
url - Url model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsReceiptsPost(Url url) throws ApiException
url - Url model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsReceiptsPostWithHttpInfo(Url url) throws ApiException
url - Url model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsReceiptsPostAsync(Url url, ApiCallback<String> callback) throws ApiException
url - Url 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 smsReceiptsReadPutCall(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 smsReceiptsReadPut(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> smsReceiptsReadPutWithHttpInfo(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 smsReceiptsReadPutAsync(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 smsSendPostCall(SmsMessageCollection smsMessages, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
smsMessages - SmsMessageCollection model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsSendPost(SmsMessageCollection smsMessages) throws ApiException
smsMessages - SmsMessageCollection model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsSendPostWithHttpInfo(SmsMessageCollection smsMessages) throws ApiException
smsMessages - SmsMessageCollection model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsSendPostAsync(SmsMessageCollection smsMessages, ApiCallback<String> callback) throws ApiException
smsMessages - SmsMessageCollection 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 smsTemplatesByTemplateIdDeleteCall(Integer templateId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
templateId - Template id (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsTemplatesByTemplateIdDelete(Integer templateId) throws ApiException
templateId - Template id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsTemplatesByTemplateIdDeleteWithHttpInfo(Integer templateId) throws ApiException
templateId - Template id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsTemplatesByTemplateIdDeleteAsync(Integer templateId, ApiCallback<String> callback) throws ApiException
templateId - Template id (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 smsTemplatesByTemplateIdPutCall(Integer templateId, SmsTemplate smsTemplate, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
templateId - Template id (required)smsTemplate - Template item (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsTemplatesByTemplateIdPut(Integer templateId, SmsTemplate smsTemplate) throws ApiException
templateId - Template id (required)smsTemplate - Template item (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsTemplatesByTemplateIdPutWithHttpInfo(Integer templateId, SmsTemplate smsTemplate) throws ApiException
templateId - Template id (required)smsTemplate - Template item (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsTemplatesByTemplateIdPutAsync(Integer templateId, SmsTemplate smsTemplate, ApiCallback<String> callback) throws ApiException
templateId - Template id (required)smsTemplate - Template item (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 smsTemplatesGetCall(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 smsTemplatesGet(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> smsTemplatesGetWithHttpInfo(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 smsTemplatesGetAsync(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 smsTemplatesPostCall(SmsTemplate smsTemplate, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
smsTemplate - SmsTemplate model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsTemplatesPost(SmsTemplate smsTemplate) throws ApiException
smsTemplate - SmsTemplate model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsTemplatesPostWithHttpInfo(SmsTemplate smsTemplate) throws ApiException
smsTemplate - SmsTemplate model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsTemplatesPostAsync(SmsTemplate smsTemplate, ApiCallback<String> callback) throws ApiException
smsTemplate - SmsTemplate 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.