public class InboundSmsRulesApi extends Object
| Constructor and Description |
|---|
InboundSmsRulesApi() |
InboundSmsRulesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
String |
smsInboundAutomationDelete(Integer inboundRuleId)
Delete inbound sms automation
Delete inbound sms automation
|
com.squareup.okhttp.Call |
smsInboundAutomationDeleteAsync(Integer inboundRuleId,
ApiCallback<String> callback)
Delete inbound sms automation (asynchronously)
Delete inbound sms automation
|
com.squareup.okhttp.Call |
smsInboundAutomationDeleteCall(Integer inboundRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsInboundAutomationDelete
|
ApiResponse<String> |
smsInboundAutomationDeleteWithHttpInfo(Integer inboundRuleId)
Delete inbound sms automation
Delete inbound sms automation
|
String |
smsInboundAutomationGet(Integer inboundRuleId)
Get specific inbound sms automation
Get specific inbound sms automation
|
com.squareup.okhttp.Call |
smsInboundAutomationGetAsync(Integer inboundRuleId,
ApiCallback<String> callback)
Get specific inbound sms automation (asynchronously)
Get specific inbound sms automation
|
com.squareup.okhttp.Call |
smsInboundAutomationGetCall(Integer inboundRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsInboundAutomationGet
|
ApiResponse<String> |
smsInboundAutomationGetWithHttpInfo(Integer inboundRuleId)
Get specific inbound sms automation
Get specific inbound sms automation
|
String |
smsInboundAutomationPost(InboundSMSRule inboundSmsRule)
Create new inbound sms automation
Create new inbound sms automation
|
com.squareup.okhttp.Call |
smsInboundAutomationPostAsync(InboundSMSRule inboundSmsRule,
ApiCallback<String> callback)
Create new inbound sms automation (asynchronously)
Create new inbound sms automation
|
com.squareup.okhttp.Call |
smsInboundAutomationPostCall(InboundSMSRule inboundSmsRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsInboundAutomationPost
|
ApiResponse<String> |
smsInboundAutomationPostWithHttpInfo(InboundSMSRule inboundSmsRule)
Create new inbound sms automation
Create new inbound sms automation
|
String |
smsInboundAutomationPut(Integer inboundRuleId,
InboundSMSRule inboundSmsRule)
Update inbound sms automation
Update inbound sms automation
|
com.squareup.okhttp.Call |
smsInboundAutomationPutAsync(Integer inboundRuleId,
InboundSMSRule inboundSmsRule,
ApiCallback<String> callback)
Update inbound sms automation (asynchronously)
Update inbound sms automation
|
com.squareup.okhttp.Call |
smsInboundAutomationPutCall(Integer inboundRuleId,
InboundSMSRule inboundSmsRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsInboundAutomationPut
|
ApiResponse<String> |
smsInboundAutomationPutWithHttpInfo(Integer inboundRuleId,
InboundSMSRule inboundSmsRule)
Update inbound sms automation
Update inbound sms automation
|
String |
smsInboundAutomationsGet(String q,
Integer page,
Integer limit)
Get all inbound sms automations
Get all inbound sms automations
|
com.squareup.okhttp.Call |
smsInboundAutomationsGetAsync(String q,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all inbound sms automations (asynchronously)
Get all inbound sms automations
|
com.squareup.okhttp.Call |
smsInboundAutomationsGetCall(String q,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsInboundAutomationsGet
|
ApiResponse<String> |
smsInboundAutomationsGetWithHttpInfo(String q,
Integer page,
Integer limit)
Get all inbound sms automations
Get all inbound sms automations
|
public InboundSmsRulesApi()
public InboundSmsRulesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call smsInboundAutomationDeleteCall(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 smsInboundAutomationDelete(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> smsInboundAutomationDeleteWithHttpInfo(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 smsInboundAutomationDeleteAsync(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 smsInboundAutomationGetCall(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 smsInboundAutomationGet(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> smsInboundAutomationGetWithHttpInfo(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 smsInboundAutomationGetAsync(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 smsInboundAutomationPostCall(InboundSMSRule inboundSmsRule, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
inboundSmsRule - Inbound sms rule model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsInboundAutomationPost(InboundSMSRule inboundSmsRule) throws ApiException
inboundSmsRule - Inbound sms rule model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsInboundAutomationPostWithHttpInfo(InboundSMSRule inboundSmsRule) throws ApiException
inboundSmsRule - Inbound sms rule model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsInboundAutomationPostAsync(InboundSMSRule inboundSmsRule, ApiCallback<String> callback) throws ApiException
inboundSmsRule - Inbound sms 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 smsInboundAutomationPutCall(Integer inboundRuleId, InboundSMSRule inboundSmsRule, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
inboundRuleId - Inbound rule id (required)inboundSmsRule - Inbound sms rule model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsInboundAutomationPut(Integer inboundRuleId, InboundSMSRule inboundSmsRule) throws ApiException
inboundRuleId - Inbound rule id (required)inboundSmsRule - Inbound sms rule model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsInboundAutomationPutWithHttpInfo(Integer inboundRuleId, InboundSMSRule inboundSmsRule) throws ApiException
inboundRuleId - Inbound rule id (required)inboundSmsRule - Inbound sms rule model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsInboundAutomationPutAsync(Integer inboundRuleId, InboundSMSRule inboundSmsRule, ApiCallback<String> callback) throws ApiException
inboundRuleId - Inbound rule id (required)inboundSmsRule - Inbound sms 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 smsInboundAutomationsGetCall(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 smsInboundAutomationsGet(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> smsInboundAutomationsGetWithHttpInfo(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 smsInboundAutomationsGetAsync(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.