public class SmsDeliveryReceiptRulesApi extends Object
| Constructor and Description |
|---|
SmsDeliveryReceiptRulesApi() |
SmsDeliveryReceiptRulesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
String |
smsDeliveryReceiptAutomationDelete(Integer receiptRuleId)
Delete sms delivery receipt automation
Delete sms delivery receipt automation
|
com.squareup.okhttp.Call |
smsDeliveryReceiptAutomationDeleteAsync(Integer receiptRuleId,
ApiCallback<String> callback)
Delete sms delivery receipt automation (asynchronously)
Delete sms delivery receipt automation
|
com.squareup.okhttp.Call |
smsDeliveryReceiptAutomationDeleteCall(Integer receiptRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsDeliveryReceiptAutomationDelete
|
ApiResponse<String> |
smsDeliveryReceiptAutomationDeleteWithHttpInfo(Integer receiptRuleId)
Delete sms delivery receipt automation
Delete sms delivery receipt automation
|
String |
smsDeliveryReceiptAutomationGet(Integer receiptRuleId)
Get specific sms delivery receipt automation
Get specific sms delivery receipt automation
|
com.squareup.okhttp.Call |
smsDeliveryReceiptAutomationGetAsync(Integer receiptRuleId,
ApiCallback<String> callback)
Get specific sms delivery receipt automation (asynchronously)
Get specific sms delivery receipt automation
|
com.squareup.okhttp.Call |
smsDeliveryReceiptAutomationGetCall(Integer receiptRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsDeliveryReceiptAutomationGet
|
ApiResponse<String> |
smsDeliveryReceiptAutomationGetWithHttpInfo(Integer receiptRuleId)
Get specific sms delivery receipt automation
Get specific sms delivery receipt automation
|
String |
smsDeliveryReceiptAutomationPost(DeliveryReceiptRule deliveryReceiptRule)
Create sms delivery receipt automations
Create sms delivery receipt automations
|
com.squareup.okhttp.Call |
smsDeliveryReceiptAutomationPostAsync(DeliveryReceiptRule deliveryReceiptRule,
ApiCallback<String> callback)
Create sms delivery receipt automations (asynchronously)
Create sms delivery receipt automations
|
com.squareup.okhttp.Call |
smsDeliveryReceiptAutomationPostCall(DeliveryReceiptRule deliveryReceiptRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsDeliveryReceiptAutomationPost
|
ApiResponse<String> |
smsDeliveryReceiptAutomationPostWithHttpInfo(DeliveryReceiptRule deliveryReceiptRule)
Create sms delivery receipt automations
Create sms delivery receipt automations
|
String |
smsDeliveryReceiptAutomationPut(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule)
Update sms delivery receipt automation
Update sms delivery receipt automation
|
com.squareup.okhttp.Call |
smsDeliveryReceiptAutomationPutAsync(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule,
ApiCallback<String> callback)
Update sms delivery receipt automation (asynchronously)
Update sms delivery receipt automation
|
com.squareup.okhttp.Call |
smsDeliveryReceiptAutomationPutCall(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsDeliveryReceiptAutomationPut
|
ApiResponse<String> |
smsDeliveryReceiptAutomationPutWithHttpInfo(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule)
Update sms delivery receipt automation
Update sms delivery receipt automation
|
String |
smsDeliveryReceiptAutomationsGet(String q,
Integer page,
Integer limit)
Get all sms delivery receipt automations
Get all sms delivery receipt automations
|
com.squareup.okhttp.Call |
smsDeliveryReceiptAutomationsGetAsync(String q,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all sms delivery receipt automations (asynchronously)
Get all sms delivery receipt automations
|
com.squareup.okhttp.Call |
smsDeliveryReceiptAutomationsGetCall(String q,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsDeliveryReceiptAutomationsGet
|
ApiResponse<String> |
smsDeliveryReceiptAutomationsGetWithHttpInfo(String q,
Integer page,
Integer limit)
Get all sms delivery receipt automations
Get all sms delivery receipt automations
|
public SmsDeliveryReceiptRulesApi()
public SmsDeliveryReceiptRulesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call smsDeliveryReceiptAutomationDeleteCall(Integer receiptRuleId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
receiptRuleId - Receipt rule id (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsDeliveryReceiptAutomationDelete(Integer receiptRuleId) throws ApiException
receiptRuleId - Receipt rule id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsDeliveryReceiptAutomationDeleteWithHttpInfo(Integer receiptRuleId) throws ApiException
receiptRuleId - Receipt rule id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsDeliveryReceiptAutomationDeleteAsync(Integer receiptRuleId, ApiCallback<String> callback) throws ApiException
receiptRuleId - Receipt rule 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 smsDeliveryReceiptAutomationGetCall(Integer receiptRuleId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
receiptRuleId - Receipt rule id (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsDeliveryReceiptAutomationGet(Integer receiptRuleId) throws ApiException
receiptRuleId - Receipt rule id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsDeliveryReceiptAutomationGetWithHttpInfo(Integer receiptRuleId) throws ApiException
receiptRuleId - Receipt rule id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsDeliveryReceiptAutomationGetAsync(Integer receiptRuleId, ApiCallback<String> callback) throws ApiException
receiptRuleId - Receipt rule 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 smsDeliveryReceiptAutomationPostCall(DeliveryReceiptRule deliveryReceiptRule, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
deliveryReceiptRule - sms delivery receipt rule model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsDeliveryReceiptAutomationPost(DeliveryReceiptRule deliveryReceiptRule) throws ApiException
deliveryReceiptRule - sms delivery receipt rule model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsDeliveryReceiptAutomationPostWithHttpInfo(DeliveryReceiptRule deliveryReceiptRule) throws ApiException
deliveryReceiptRule - sms delivery receipt rule model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsDeliveryReceiptAutomationPostAsync(DeliveryReceiptRule deliveryReceiptRule, ApiCallback<String> callback) throws ApiException
deliveryReceiptRule - sms delivery receipt rule 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 smsDeliveryReceiptAutomationPutCall(Integer receiptRuleId, DeliveryReceiptRule deliveryReceiptRule, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
receiptRuleId - Receipt rule id (required)deliveryReceiptRule - Delivery receipt rule model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsDeliveryReceiptAutomationPut(Integer receiptRuleId, DeliveryReceiptRule deliveryReceiptRule) throws ApiException
receiptRuleId - Receipt rule id (required)deliveryReceiptRule - Delivery receipt rule model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsDeliveryReceiptAutomationPutWithHttpInfo(Integer receiptRuleId, DeliveryReceiptRule deliveryReceiptRule) throws ApiException
receiptRuleId - Receipt rule id (required)deliveryReceiptRule - Delivery receipt rule model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsDeliveryReceiptAutomationPutAsync(Integer receiptRuleId, DeliveryReceiptRule deliveryReceiptRule, ApiCallback<String> callback) throws ApiException
receiptRuleId - Receipt rule id (required)deliveryReceiptRule - Delivery receipt rule 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 smsDeliveryReceiptAutomationsGetCall(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 smsDeliveryReceiptAutomationsGet(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> smsDeliveryReceiptAutomationsGetWithHttpInfo(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 smsDeliveryReceiptAutomationsGetAsync(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 objectCopyright © 2019. All rights reserved.