public class FaxDeliveryReceiptRulesApi extends Object
| Constructor and Description |
|---|
FaxDeliveryReceiptRulesApi() |
FaxDeliveryReceiptRulesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
String |
faxDeliveryReceiptAutomationDelete(Integer receiptRuleId)
Delete fax delivery receipt automation
Delete fax delivery receipt automation
|
com.squareup.okhttp.Call |
faxDeliveryReceiptAutomationDeleteAsync(Integer receiptRuleId,
ApiCallback<String> callback)
Delete fax delivery receipt automation (asynchronously)
Delete fax delivery receipt automation
|
com.squareup.okhttp.Call |
faxDeliveryReceiptAutomationDeleteCall(Integer receiptRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxDeliveryReceiptAutomationDelete
|
ApiResponse<String> |
faxDeliveryReceiptAutomationDeleteWithHttpInfo(Integer receiptRuleId)
Delete fax delivery receipt automation
Delete fax delivery receipt automation
|
String |
faxDeliveryReceiptAutomationGet(Integer receiptRuleId)
Get specific fax delivery receipt automation
Get specific fax delivery receipt automation
|
com.squareup.okhttp.Call |
faxDeliveryReceiptAutomationGetAsync(Integer receiptRuleId,
ApiCallback<String> callback)
Get specific fax delivery receipt automation (asynchronously)
Get specific fax delivery receipt automation
|
com.squareup.okhttp.Call |
faxDeliveryReceiptAutomationGetCall(Integer receiptRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxDeliveryReceiptAutomationGet
|
ApiResponse<String> |
faxDeliveryReceiptAutomationGetWithHttpInfo(Integer receiptRuleId)
Get specific fax delivery receipt automation
Get specific fax delivery receipt automation
|
String |
faxDeliveryReceiptAutomationPost(DeliveryReceiptRule deliveryReceiptRule)
Create fax delivery receipt automations
Create fax delivery receipt automations
|
com.squareup.okhttp.Call |
faxDeliveryReceiptAutomationPostAsync(DeliveryReceiptRule deliveryReceiptRule,
ApiCallback<String> callback)
Create fax delivery receipt automations (asynchronously)
Create fax delivery receipt automations
|
com.squareup.okhttp.Call |
faxDeliveryReceiptAutomationPostCall(DeliveryReceiptRule deliveryReceiptRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxDeliveryReceiptAutomationPost
|
ApiResponse<String> |
faxDeliveryReceiptAutomationPostWithHttpInfo(DeliveryReceiptRule deliveryReceiptRule)
Create fax delivery receipt automations
Create fax delivery receipt automations
|
String |
faxDeliveryReceiptAutomationPut(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule)
Update fax delivery receipt automation
Update fax delivery receipt automation
|
com.squareup.okhttp.Call |
faxDeliveryReceiptAutomationPutAsync(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule,
ApiCallback<String> callback)
Update fax delivery receipt automation (asynchronously)
Update fax delivery receipt automation
|
com.squareup.okhttp.Call |
faxDeliveryReceiptAutomationPutCall(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxDeliveryReceiptAutomationPut
|
ApiResponse<String> |
faxDeliveryReceiptAutomationPutWithHttpInfo(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule)
Update fax delivery receipt automation
Update fax delivery receipt automation
|
String |
faxDeliveryReceiptAutomationsGet(String q,
Integer page,
Integer limit)
Get all fax delivery receipt automations
Get all fax delivery receipt automations
|
com.squareup.okhttp.Call |
faxDeliveryReceiptAutomationsGetAsync(String q,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all fax delivery receipt automations (asynchronously)
Get all fax delivery receipt automations
|
com.squareup.okhttp.Call |
faxDeliveryReceiptAutomationsGetCall(String q,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxDeliveryReceiptAutomationsGet
|
ApiResponse<String> |
faxDeliveryReceiptAutomationsGetWithHttpInfo(String q,
Integer page,
Integer limit)
Get all fax delivery receipt automations
Get all fax delivery receipt automations
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public FaxDeliveryReceiptRulesApi()
public FaxDeliveryReceiptRulesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call faxDeliveryReceiptAutomationDeleteCall(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 faxDeliveryReceiptAutomationDelete(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> faxDeliveryReceiptAutomationDeleteWithHttpInfo(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 faxDeliveryReceiptAutomationDeleteAsync(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 faxDeliveryReceiptAutomationGetCall(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 faxDeliveryReceiptAutomationGet(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> faxDeliveryReceiptAutomationGetWithHttpInfo(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 faxDeliveryReceiptAutomationGetAsync(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 faxDeliveryReceiptAutomationPostCall(DeliveryReceiptRule deliveryReceiptRule, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
deliveryReceiptRule - fax delivery receipt rule model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String faxDeliveryReceiptAutomationPost(DeliveryReceiptRule deliveryReceiptRule) throws ApiException
deliveryReceiptRule - fax delivery receipt rule model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> faxDeliveryReceiptAutomationPostWithHttpInfo(DeliveryReceiptRule deliveryReceiptRule) throws ApiException
deliveryReceiptRule - fax 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 faxDeliveryReceiptAutomationPostAsync(DeliveryReceiptRule deliveryReceiptRule, ApiCallback<String> callback) throws ApiException
deliveryReceiptRule - fax 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 faxDeliveryReceiptAutomationPutCall(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 faxDeliveryReceiptAutomationPut(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> faxDeliveryReceiptAutomationPutWithHttpInfo(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 faxDeliveryReceiptAutomationPutAsync(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 faxDeliveryReceiptAutomationsGetCall(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 faxDeliveryReceiptAutomationsGet(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> faxDeliveryReceiptAutomationsGetWithHttpInfo(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 faxDeliveryReceiptAutomationsGetAsync(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.