public class EmailDeliveryReceiptRulesApi extends Object
| Constructor and Description |
|---|
EmailDeliveryReceiptRulesApi() |
EmailDeliveryReceiptRulesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
String |
emailDeliveryReceiptAutomationDelete(Integer receiptRuleId)
Delete email delivery receipt automation
Delete email delivery receipt automation
|
com.squareup.okhttp.Call |
emailDeliveryReceiptAutomationDeleteAsync(Integer receiptRuleId,
ApiCallback<String> callback)
Delete email delivery receipt automation (asynchronously)
Delete email delivery receipt automation
|
com.squareup.okhttp.Call |
emailDeliveryReceiptAutomationDeleteCall(Integer receiptRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailDeliveryReceiptAutomationDelete
|
ApiResponse<String> |
emailDeliveryReceiptAutomationDeleteWithHttpInfo(Integer receiptRuleId)
Delete email delivery receipt automation
Delete email delivery receipt automation
|
String |
emailDeliveryReceiptAutomationGet(Integer receiptRuleId)
Get specific email delivery receipt automation
Get specific email delivery receipt automation
|
com.squareup.okhttp.Call |
emailDeliveryReceiptAutomationGetAsync(Integer receiptRuleId,
ApiCallback<String> callback)
Get specific email delivery receipt automation (asynchronously)
Get specific email delivery receipt automation
|
com.squareup.okhttp.Call |
emailDeliveryReceiptAutomationGetCall(Integer receiptRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailDeliveryReceiptAutomationGet
|
ApiResponse<String> |
emailDeliveryReceiptAutomationGetWithHttpInfo(Integer receiptRuleId)
Get specific email delivery receipt automation
Get specific email delivery receipt automation
|
String |
emailDeliveryReceiptAutomationPost(DeliveryReceiptRule deliveryReceiptRule)
Create email delivery receipt automations
Create email delivery receipt automations
|
com.squareup.okhttp.Call |
emailDeliveryReceiptAutomationPostAsync(DeliveryReceiptRule deliveryReceiptRule,
ApiCallback<String> callback)
Create email delivery receipt automations (asynchronously)
Create email delivery receipt automations
|
com.squareup.okhttp.Call |
emailDeliveryReceiptAutomationPostCall(DeliveryReceiptRule deliveryReceiptRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailDeliveryReceiptAutomationPost
|
ApiResponse<String> |
emailDeliveryReceiptAutomationPostWithHttpInfo(DeliveryReceiptRule deliveryReceiptRule)
Create email delivery receipt automations
Create email delivery receipt automations
|
String |
emailDeliveryReceiptAutomationPut(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule)
Update email delivery receipt automation
Update email delivery receipt automation
|
com.squareup.okhttp.Call |
emailDeliveryReceiptAutomationPutAsync(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule,
ApiCallback<String> callback)
Update email delivery receipt automation (asynchronously)
Update email delivery receipt automation
|
com.squareup.okhttp.Call |
emailDeliveryReceiptAutomationPutCall(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailDeliveryReceiptAutomationPut
|
ApiResponse<String> |
emailDeliveryReceiptAutomationPutWithHttpInfo(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule)
Update email delivery receipt automation
Update email delivery receipt automation
|
String |
emailDeliveryReceiptAutomationsGet(String q,
Integer page,
Integer limit)
Get all email delivery receipt automations
Get all email delivery receipt automations
|
com.squareup.okhttp.Call |
emailDeliveryReceiptAutomationsGetAsync(String q,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all email delivery receipt automations (asynchronously)
Get all email delivery receipt automations
|
com.squareup.okhttp.Call |
emailDeliveryReceiptAutomationsGetCall(String q,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailDeliveryReceiptAutomationsGet
|
ApiResponse<String> |
emailDeliveryReceiptAutomationsGetWithHttpInfo(String q,
Integer page,
Integer limit)
Get all email delivery receipt automations
Get all email delivery receipt automations
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public EmailDeliveryReceiptRulesApi()
public EmailDeliveryReceiptRulesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call emailDeliveryReceiptAutomationDeleteCall(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 emailDeliveryReceiptAutomationDelete(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> emailDeliveryReceiptAutomationDeleteWithHttpInfo(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 emailDeliveryReceiptAutomationDeleteAsync(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 emailDeliveryReceiptAutomationGetCall(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 emailDeliveryReceiptAutomationGet(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> emailDeliveryReceiptAutomationGetWithHttpInfo(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 emailDeliveryReceiptAutomationGetAsync(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 emailDeliveryReceiptAutomationPostCall(DeliveryReceiptRule deliveryReceiptRule, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
deliveryReceiptRule - Email delivery receipt rule model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String emailDeliveryReceiptAutomationPost(DeliveryReceiptRule deliveryReceiptRule) throws ApiException
deliveryReceiptRule - Email delivery receipt rule model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> emailDeliveryReceiptAutomationPostWithHttpInfo(DeliveryReceiptRule deliveryReceiptRule) throws ApiException
deliveryReceiptRule - Email 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 emailDeliveryReceiptAutomationPostAsync(DeliveryReceiptRule deliveryReceiptRule, ApiCallback<String> callback) throws ApiException
deliveryReceiptRule - Email 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 emailDeliveryReceiptAutomationPutCall(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 emailDeliveryReceiptAutomationPut(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> emailDeliveryReceiptAutomationPutWithHttpInfo(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 emailDeliveryReceiptAutomationPutAsync(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 emailDeliveryReceiptAutomationsGetCall(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 emailDeliveryReceiptAutomationsGet(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> emailDeliveryReceiptAutomationsGetWithHttpInfo(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 emailDeliveryReceiptAutomationsGetAsync(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.