public class InboundFaxRulesApi extends Object
| Constructor and Description |
|---|
InboundFaxRulesApi() |
InboundFaxRulesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
String |
faxInboundAutomationDelete(Integer inboundRuleId)
Delete inbound fax automation
Delete inbound fax automation
|
com.squareup.okhttp.Call |
faxInboundAutomationDeleteAsync(Integer inboundRuleId,
ApiCallback<String> callback)
Delete inbound fax automation (asynchronously)
Delete inbound fax automation
|
com.squareup.okhttp.Call |
faxInboundAutomationDeleteCall(Integer inboundRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxInboundAutomationDelete
|
ApiResponse<String> |
faxInboundAutomationDeleteWithHttpInfo(Integer inboundRuleId)
Delete inbound fax automation
Delete inbound fax automation
|
String |
faxInboundAutomationGet(Integer inboundRuleId)
Get specific inbound fax automation
Get specific inbound fax automation
|
com.squareup.okhttp.Call |
faxInboundAutomationGetAsync(Integer inboundRuleId,
ApiCallback<String> callback)
Get specific inbound fax automation (asynchronously)
Get specific inbound fax automation
|
com.squareup.okhttp.Call |
faxInboundAutomationGetCall(Integer inboundRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxInboundAutomationGet
|
ApiResponse<String> |
faxInboundAutomationGetWithHttpInfo(Integer inboundRuleId)
Get specific inbound fax automation
Get specific inbound fax automation
|
String |
faxInboundAutomationPost(InboundFaxRule inboundFaxRule)
Create new inbound fax automation
Create new inbound fax automation
|
com.squareup.okhttp.Call |
faxInboundAutomationPostAsync(InboundFaxRule inboundFaxRule,
ApiCallback<String> callback)
Create new inbound fax automation (asynchronously)
Create new inbound fax automation
|
com.squareup.okhttp.Call |
faxInboundAutomationPostCall(InboundFaxRule inboundFaxRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxInboundAutomationPost
|
ApiResponse<String> |
faxInboundAutomationPostWithHttpInfo(InboundFaxRule inboundFaxRule)
Create new inbound fax automation
Create new inbound fax automation
|
String |
faxInboundAutomationPut(Integer inboundRuleId,
InboundFaxRule inboundFaxRule)
Update inbound fax automation
Update inbound fax automation
|
com.squareup.okhttp.Call |
faxInboundAutomationPutAsync(Integer inboundRuleId,
InboundFaxRule inboundFaxRule,
ApiCallback<String> callback)
Update inbound fax automation (asynchronously)
Update inbound fax automation
|
com.squareup.okhttp.Call |
faxInboundAutomationPutCall(Integer inboundRuleId,
InboundFaxRule inboundFaxRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxInboundAutomationPut
|
ApiResponse<String> |
faxInboundAutomationPutWithHttpInfo(Integer inboundRuleId,
InboundFaxRule inboundFaxRule)
Update inbound fax automation
Update inbound fax automation
|
String |
faxInboundAutomationsGet(String q,
Integer page,
Integer limit)
Get all inbound fax automations
Get all inbound fax automations
|
com.squareup.okhttp.Call |
faxInboundAutomationsGetAsync(String q,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all inbound fax automations (asynchronously)
Get all inbound fax automations
|
com.squareup.okhttp.Call |
faxInboundAutomationsGetCall(String q,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxInboundAutomationsGet
|
ApiResponse<String> |
faxInboundAutomationsGetWithHttpInfo(String q,
Integer page,
Integer limit)
Get all inbound fax automations
Get all inbound fax automations
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public InboundFaxRulesApi()
public InboundFaxRulesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call faxInboundAutomationDeleteCall(Integer inboundRuleId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
inboundRuleId - Inbound rule id (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String faxInboundAutomationDelete(Integer inboundRuleId) throws ApiException
inboundRuleId - Inbound rule id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> faxInboundAutomationDeleteWithHttpInfo(Integer inboundRuleId) throws ApiException
inboundRuleId - Inbound rule id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call faxInboundAutomationDeleteAsync(Integer inboundRuleId, ApiCallback<String> callback) throws ApiException
inboundRuleId - Inbound 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 faxInboundAutomationGetCall(Integer inboundRuleId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
inboundRuleId - Inbound rule id (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String faxInboundAutomationGet(Integer inboundRuleId) throws ApiException
inboundRuleId - Inbound rule id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> faxInboundAutomationGetWithHttpInfo(Integer inboundRuleId) throws ApiException
inboundRuleId - Inbound rule id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call faxInboundAutomationGetAsync(Integer inboundRuleId, ApiCallback<String> callback) throws ApiException
inboundRuleId - Inbound 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 faxInboundAutomationPostCall(InboundFaxRule inboundFaxRule, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
inboundFaxRule - Inbound fax rule model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String faxInboundAutomationPost(InboundFaxRule inboundFaxRule) throws ApiException
inboundFaxRule - Inbound fax rule model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> faxInboundAutomationPostWithHttpInfo(InboundFaxRule inboundFaxRule) throws ApiException
inboundFaxRule - Inbound fax rule model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call faxInboundAutomationPostAsync(InboundFaxRule inboundFaxRule, ApiCallback<String> callback) throws ApiException
inboundFaxRule - Inbound fax 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 faxInboundAutomationPutCall(Integer inboundRuleId, InboundFaxRule inboundFaxRule, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
inboundRuleId - Inbound rule id (required)inboundFaxRule - Inbound fax rule model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String faxInboundAutomationPut(Integer inboundRuleId, InboundFaxRule inboundFaxRule) throws ApiException
inboundRuleId - Inbound rule id (required)inboundFaxRule - Inbound fax rule model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> faxInboundAutomationPutWithHttpInfo(Integer inboundRuleId, InboundFaxRule inboundFaxRule) throws ApiException
inboundRuleId - Inbound rule id (required)inboundFaxRule - Inbound fax rule model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call faxInboundAutomationPutAsync(Integer inboundRuleId, InboundFaxRule inboundFaxRule, ApiCallback<String> callback) throws ApiException
inboundRuleId - Inbound rule id (required)inboundFaxRule - Inbound fax 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 faxInboundAutomationsGetCall(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 faxInboundAutomationsGet(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> faxInboundAutomationsGetWithHttpInfo(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 faxInboundAutomationsGetAsync(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.