public class EmailToSmsApi extends Object
| Constructor and Description |
|---|
EmailToSmsApi() |
EmailToSmsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
String |
smsEmailSmsGet(Integer page,
Integer limit)
Get list of email to sms allowed addresses
Get list of email to sms allowed addresses
|
com.squareup.okhttp.Call |
smsEmailSmsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get list of email to sms allowed addresses (asynchronously)
Get list of email to sms allowed addresses
|
com.squareup.okhttp.Call |
smsEmailSmsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsEmailSmsGet
|
ApiResponse<String> |
smsEmailSmsGetWithHttpInfo(Integer page,
Integer limit)
Get list of email to sms allowed addresses
Get list of email to sms allowed addresses
|
String |
smsEmailSmsPost(EmailSMSAddress emailSmsAddress)
Create email to sms allowed address
Create email to sms allowed address
|
com.squareup.okhttp.Call |
smsEmailSmsPostAsync(EmailSMSAddress emailSmsAddress,
ApiCallback<String> callback)
Create email to sms allowed address (asynchronously)
Create email to sms allowed address
|
com.squareup.okhttp.Call |
smsEmailSmsPostCall(EmailSMSAddress emailSmsAddress,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsEmailSmsPost
|
ApiResponse<String> |
smsEmailSmsPostWithHttpInfo(EmailSMSAddress emailSmsAddress)
Create email to sms allowed address
Create email to sms allowed address
|
String |
smsEmailSmsStrippedStringDelete(Integer ruleId)
Delete email to sms stripped string rule
Delete email to sms stripped string rule
|
com.squareup.okhttp.Call |
smsEmailSmsStrippedStringDeleteAsync(Integer ruleId,
ApiCallback<String> callback)
Delete email to sms stripped string rule (asynchronously)
Delete email to sms stripped string rule
|
com.squareup.okhttp.Call |
smsEmailSmsStrippedStringDeleteCall(Integer ruleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsEmailSmsStrippedStringDelete
|
ApiResponse<String> |
smsEmailSmsStrippedStringDeleteWithHttpInfo(Integer ruleId)
Delete email to sms stripped string rule
Delete email to sms stripped string rule
|
String |
smsEmailSmsStrippedStringGet(Integer ruleId)
Get email to sms stripped string rule
Get email to sms stripped string rule
|
com.squareup.okhttp.Call |
smsEmailSmsStrippedStringGetAsync(Integer ruleId,
ApiCallback<String> callback)
Get email to sms stripped string rule (asynchronously)
Get email to sms stripped string rule
|
com.squareup.okhttp.Call |
smsEmailSmsStrippedStringGetCall(Integer ruleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsEmailSmsStrippedStringGet
|
ApiResponse<String> |
smsEmailSmsStrippedStringGetWithHttpInfo(Integer ruleId)
Get email to sms stripped string rule
Get email to sms stripped string rule
|
String |
smsEmailSmsStrippedStringPost(StrippedString strippedString)
Create email to sms stripped string rule
Create email to sms stripped string rules
|
com.squareup.okhttp.Call |
smsEmailSmsStrippedStringPostAsync(StrippedString strippedString,
ApiCallback<String> callback)
Create email to sms stripped string rule (asynchronously)
Create email to sms stripped string rules
|
com.squareup.okhttp.Call |
smsEmailSmsStrippedStringPostCall(StrippedString strippedString,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsEmailSmsStrippedStringPost
|
ApiResponse<String> |
smsEmailSmsStrippedStringPostWithHttpInfo(StrippedString strippedString)
Create email to sms stripped string rule
Create email to sms stripped string rules
|
String |
smsEmailSmsStrippedStringPut(StrippedString strippedString,
Integer ruleId)
Update email to sms stripped string rule
Update email to sms stripped string rule
|
com.squareup.okhttp.Call |
smsEmailSmsStrippedStringPutAsync(StrippedString strippedString,
Integer ruleId,
ApiCallback<String> callback)
Update email to sms stripped string rule (asynchronously)
Update email to sms stripped string rule
|
com.squareup.okhttp.Call |
smsEmailSmsStrippedStringPutCall(StrippedString strippedString,
Integer ruleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsEmailSmsStrippedStringPut
|
ApiResponse<String> |
smsEmailSmsStrippedStringPutWithHttpInfo(StrippedString strippedString,
Integer ruleId)
Update email to sms stripped string rule
Update email to sms stripped string rule
|
String |
smsEmailSmsStrippedStringsGet(Integer page,
Integer limit)
Get list of email to sms stripped string rules
Get list of email to sms stripped string rules
|
com.squareup.okhttp.Call |
smsEmailSmsStrippedStringsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get list of email to sms stripped string rules (asynchronously)
Get list of email to sms stripped string rules
|
com.squareup.okhttp.Call |
smsEmailSmsStrippedStringsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsEmailSmsStrippedStringsGet
|
ApiResponse<String> |
smsEmailSmsStrippedStringsGetWithHttpInfo(Integer page,
Integer limit)
Get list of email to sms stripped string rules
Get list of email to sms stripped string rules
|
public EmailToSmsApi()
public EmailToSmsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call smsEmailSmsGetCall(Integer page, Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
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 smsEmailSmsGet(Integer page, Integer limit) throws ApiException
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> smsEmailSmsGetWithHttpInfo(Integer page, Integer limit) throws ApiException
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 smsEmailSmsGetAsync(Integer page, Integer limit, ApiCallback<String> callback) throws ApiException
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 objectpublic com.squareup.okhttp.Call smsEmailSmsPostCall(EmailSMSAddress emailSmsAddress, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
emailSmsAddress - EmailSMSAddress model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsEmailSmsPost(EmailSMSAddress emailSmsAddress) throws ApiException
emailSmsAddress - EmailSMSAddress model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsEmailSmsPostWithHttpInfo(EmailSMSAddress emailSmsAddress) throws ApiException
emailSmsAddress - EmailSMSAddress model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsEmailSmsPostAsync(EmailSMSAddress emailSmsAddress, ApiCallback<String> callback) throws ApiException
emailSmsAddress - EmailSMSAddress 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 smsEmailSmsStrippedStringDeleteCall(Integer ruleId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
ruleId - Your rule id (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsEmailSmsStrippedStringDelete(Integer ruleId) throws ApiException
ruleId - Your rule id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsEmailSmsStrippedStringDeleteWithHttpInfo(Integer ruleId) throws ApiException
ruleId - Your rule id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsEmailSmsStrippedStringDeleteAsync(Integer ruleId, ApiCallback<String> callback) throws ApiException
ruleId - Your 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 smsEmailSmsStrippedStringGetCall(Integer ruleId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
ruleId - Your rule id (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsEmailSmsStrippedStringGet(Integer ruleId) throws ApiException
ruleId - Your rule id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsEmailSmsStrippedStringGetWithHttpInfo(Integer ruleId) throws ApiException
ruleId - Your rule id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsEmailSmsStrippedStringGetAsync(Integer ruleId, ApiCallback<String> callback) throws ApiException
ruleId - Your 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 smsEmailSmsStrippedStringPostCall(StrippedString strippedString, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
strippedString - StrippedString model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsEmailSmsStrippedStringPost(StrippedString strippedString) throws ApiException
strippedString - StrippedString model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsEmailSmsStrippedStringPostWithHttpInfo(StrippedString strippedString) throws ApiException
strippedString - StrippedString model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsEmailSmsStrippedStringPostAsync(StrippedString strippedString, ApiCallback<String> callback) throws ApiException
strippedString - StrippedString 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 smsEmailSmsStrippedStringPutCall(StrippedString strippedString, Integer ruleId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
strippedString - StrippedString model (required)ruleId - Your rule id (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String smsEmailSmsStrippedStringPut(StrippedString strippedString, Integer ruleId) throws ApiException
strippedString - StrippedString model (required)ruleId - Your rule id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> smsEmailSmsStrippedStringPutWithHttpInfo(StrippedString strippedString, Integer ruleId) throws ApiException
strippedString - StrippedString model (required)ruleId - Your rule id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call smsEmailSmsStrippedStringPutAsync(StrippedString strippedString, Integer ruleId, ApiCallback<String> callback) throws ApiException
strippedString - StrippedString model (required)ruleId - Your 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 smsEmailSmsStrippedStringsGetCall(Integer page, Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
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 smsEmailSmsStrippedStringsGet(Integer page, Integer limit) throws ApiException
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> smsEmailSmsStrippedStringsGetWithHttpInfo(Integer page, Integer limit) throws ApiException
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 smsEmailSmsStrippedStringsGetAsync(Integer page, Integer limit, ApiCallback<String> callback) throws ApiException
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.