public class VoiceDeliveryReceiptRulesApi extends Object
| Constructor and Description |
|---|
VoiceDeliveryReceiptRulesApi() |
VoiceDeliveryReceiptRulesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
String |
voiceDeliveryReceiptAutomationDelete(Integer receiptRuleId)
Delete voice delivery receipt automation
Delete voice delivery receipt automation
|
com.squareup.okhttp.Call |
voiceDeliveryReceiptAutomationDeleteAsync(Integer receiptRuleId,
ApiCallback<String> callback)
Delete voice delivery receipt automation (asynchronously)
Delete voice delivery receipt automation
|
com.squareup.okhttp.Call |
voiceDeliveryReceiptAutomationDeleteCall(Integer receiptRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voiceDeliveryReceiptAutomationDelete
|
ApiResponse<String> |
voiceDeliveryReceiptAutomationDeleteWithHttpInfo(Integer receiptRuleId)
Delete voice delivery receipt automation
Delete voice delivery receipt automation
|
String |
voiceDeliveryReceiptAutomationGet(Integer receiptRuleId)
Get specific voice delivery receipt automation
Get specific voice delivery receipt automation
|
com.squareup.okhttp.Call |
voiceDeliveryReceiptAutomationGetAsync(Integer receiptRuleId,
ApiCallback<String> callback)
Get specific voice delivery receipt automation (asynchronously)
Get specific voice delivery receipt automation
|
com.squareup.okhttp.Call |
voiceDeliveryReceiptAutomationGetCall(Integer receiptRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voiceDeliveryReceiptAutomationGet
|
ApiResponse<String> |
voiceDeliveryReceiptAutomationGetWithHttpInfo(Integer receiptRuleId)
Get specific voice delivery receipt automation
Get specific voice delivery receipt automation
|
String |
voiceDeliveryReceiptAutomationPost(DeliveryReceiptRule deliveryReceiptRule)
Create voice delivery receipt automations
Create voice delivery receipt automations
|
com.squareup.okhttp.Call |
voiceDeliveryReceiptAutomationPostAsync(DeliveryReceiptRule deliveryReceiptRule,
ApiCallback<String> callback)
Create voice delivery receipt automations (asynchronously)
Create voice delivery receipt automations
|
com.squareup.okhttp.Call |
voiceDeliveryReceiptAutomationPostCall(DeliveryReceiptRule deliveryReceiptRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voiceDeliveryReceiptAutomationPost
|
ApiResponse<String> |
voiceDeliveryReceiptAutomationPostWithHttpInfo(DeliveryReceiptRule deliveryReceiptRule)
Create voice delivery receipt automations
Create voice delivery receipt automations
|
String |
voiceDeliveryReceiptAutomationPut(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule)
Update voice delivery receipt automation
Update voice delivery receipt automation
|
com.squareup.okhttp.Call |
voiceDeliveryReceiptAutomationPutAsync(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule,
ApiCallback<String> callback)
Update voice delivery receipt automation (asynchronously)
Update voice delivery receipt automation
|
com.squareup.okhttp.Call |
voiceDeliveryReceiptAutomationPutCall(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voiceDeliveryReceiptAutomationPut
|
ApiResponse<String> |
voiceDeliveryReceiptAutomationPutWithHttpInfo(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule)
Update voice delivery receipt automation
Update voice delivery receipt automation
|
String |
voiceDeliveryReceiptAutomationsGet(String q,
Integer page,
Integer limit)
Get all voice delivery receipt automations
Get all voice delivery receipt automations
|
com.squareup.okhttp.Call |
voiceDeliveryReceiptAutomationsGetAsync(String q,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all voice delivery receipt automations (asynchronously)
Get all voice delivery receipt automations
|
com.squareup.okhttp.Call |
voiceDeliveryReceiptAutomationsGetCall(String q,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voiceDeliveryReceiptAutomationsGet
|
ApiResponse<String> |
voiceDeliveryReceiptAutomationsGetWithHttpInfo(String q,
Integer page,
Integer limit)
Get all voice delivery receipt automations
Get all voice delivery receipt automations
|
public VoiceDeliveryReceiptRulesApi()
public VoiceDeliveryReceiptRulesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call voiceDeliveryReceiptAutomationDeleteCall(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 voiceDeliveryReceiptAutomationDelete(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> voiceDeliveryReceiptAutomationDeleteWithHttpInfo(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 voiceDeliveryReceiptAutomationDeleteAsync(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 voiceDeliveryReceiptAutomationGetCall(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 voiceDeliveryReceiptAutomationGet(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> voiceDeliveryReceiptAutomationGetWithHttpInfo(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 voiceDeliveryReceiptAutomationGetAsync(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 voiceDeliveryReceiptAutomationPostCall(DeliveryReceiptRule deliveryReceiptRule, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
deliveryReceiptRule - voice delivery receipt rule model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String voiceDeliveryReceiptAutomationPost(DeliveryReceiptRule deliveryReceiptRule) throws ApiException
deliveryReceiptRule - voice delivery receipt rule model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> voiceDeliveryReceiptAutomationPostWithHttpInfo(DeliveryReceiptRule deliveryReceiptRule) throws ApiException
deliveryReceiptRule - voice 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 voiceDeliveryReceiptAutomationPostAsync(DeliveryReceiptRule deliveryReceiptRule, ApiCallback<String> callback) throws ApiException
deliveryReceiptRule - voice 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 voiceDeliveryReceiptAutomationPutCall(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 voiceDeliveryReceiptAutomationPut(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> voiceDeliveryReceiptAutomationPutWithHttpInfo(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 voiceDeliveryReceiptAutomationPutAsync(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 voiceDeliveryReceiptAutomationsGetCall(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 voiceDeliveryReceiptAutomationsGet(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> voiceDeliveryReceiptAutomationsGetWithHttpInfo(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 voiceDeliveryReceiptAutomationsGetAsync(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.