public class EmailMarketingApi extends Object
| Constructor and Description |
|---|
EmailMarketingApi() |
EmailMarketingApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
String |
allowedEmailAddressGet(Integer page,
Integer limit)
Get all email addresses
Get all email addresses
|
com.squareup.okhttp.Call |
allowedEmailAddressGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all email addresses (asynchronously)
Get all email addresses
|
com.squareup.okhttp.Call |
allowedEmailAddressGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for allowedEmailAddressGet
|
ApiResponse<String> |
allowedEmailAddressGetWithHttpInfo(Integer page,
Integer limit)
Get all email addresses
Get all email addresses
|
String |
allowedEmailAddressPost(EmailAddress emailAddress)
Create allowed Email Address
Create allowed Email Address
|
com.squareup.okhttp.Call |
allowedEmailAddressPostAsync(EmailAddress emailAddress,
ApiCallback<String> callback)
Create allowed Email Address (asynchronously)
Create allowed Email Address
|
com.squareup.okhttp.Call |
allowedEmailAddressPostCall(EmailAddress emailAddress,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for allowedEmailAddressPost
|
ApiResponse<String> |
allowedEmailAddressPostWithHttpInfo(EmailAddress emailAddress)
Create allowed Email Address
Create allowed Email Address
|
String |
cancelEmailCampaignPut(Integer emailCampaignId)
Cancel email campaign
Cancel email campaign
|
com.squareup.okhttp.Call |
cancelEmailCampaignPutAsync(Integer emailCampaignId,
ApiCallback<String> callback)
Cancel email campaign (asynchronously)
Cancel email campaign
|
com.squareup.okhttp.Call |
cancelEmailCampaignPutCall(Integer emailCampaignId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for cancelEmailCampaignPut
|
ApiResponse<String> |
cancelEmailCampaignPutWithHttpInfo(Integer emailCampaignId)
Cancel email campaign
Cancel email campaign
|
String |
emailCampaignGet(Integer emailCampaignId)
Get specific email campaign
Get specific email campaign
|
com.squareup.okhttp.Call |
emailCampaignGetAsync(Integer emailCampaignId,
ApiCallback<String> callback)
Get specific email campaign (asynchronously)
Get specific email campaign
|
com.squareup.okhttp.Call |
emailCampaignGetCall(Integer emailCampaignId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailCampaignGet
|
ApiResponse<String> |
emailCampaignGetWithHttpInfo(Integer emailCampaignId)
Get specific email campaign
Get specific email campaign
|
String |
emailCampaignHistoryExportGet(Integer emailCampaignId,
Integer dateFrom,
Integer dateTo)
Export specific email campaign history
Export specific email campaign history
|
com.squareup.okhttp.Call |
emailCampaignHistoryExportGetAsync(Integer emailCampaignId,
Integer dateFrom,
Integer dateTo,
ApiCallback<String> callback)
Export specific email campaign history (asynchronously)
Export specific email campaign history
|
com.squareup.okhttp.Call |
emailCampaignHistoryExportGetCall(Integer emailCampaignId,
Integer dateFrom,
Integer dateTo,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailCampaignHistoryExportGet
|
ApiResponse<String> |
emailCampaignHistoryExportGetWithHttpInfo(Integer emailCampaignId,
Integer dateFrom,
Integer dateTo)
Export specific email campaign history
Export specific email campaign history
|
String |
emailCampaignHistoryGet(Integer emailCampaignId,
Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit)
Get specific email campaign history
Get specific email campaign history
|
com.squareup.okhttp.Call |
emailCampaignHistoryGetAsync(Integer emailCampaignId,
Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get specific email campaign history (asynchronously)
Get specific email campaign history
|
com.squareup.okhttp.Call |
emailCampaignHistoryGetCall(Integer emailCampaignId,
Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailCampaignHistoryGet
|
ApiResponse<String> |
emailCampaignHistoryGetWithHttpInfo(Integer emailCampaignId,
Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit)
Get specific email campaign history
Get specific email campaign history
|
String |
emailCampaignPost(EmailCampaign emailCampaign)
Send email campaign
Send email campaign
|
com.squareup.okhttp.Call |
emailCampaignPostAsync(EmailCampaign emailCampaign,
ApiCallback<String> callback)
Send email campaign (asynchronously)
Send email campaign
|
com.squareup.okhttp.Call |
emailCampaignPostCall(EmailCampaign emailCampaign,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailCampaignPost
|
ApiResponse<String> |
emailCampaignPostWithHttpInfo(EmailCampaign emailCampaign)
Send email campaign
Send email campaign
|
String |
emailCampaignPricePost(EmailCampaign emailCampaign)
Calculate email campaign price
Calculate email campaign price
|
com.squareup.okhttp.Call |
emailCampaignPricePostAsync(EmailCampaign emailCampaign,
ApiCallback<String> callback)
Calculate email campaign price (asynchronously)
Calculate email campaign price
|
com.squareup.okhttp.Call |
emailCampaignPricePostCall(EmailCampaign emailCampaign,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailCampaignPricePost
|
ApiResponse<String> |
emailCampaignPricePostWithHttpInfo(EmailCampaign emailCampaign)
Calculate email campaign price
Calculate email campaign price
|
String |
emailCampaignPut(Integer emailCampaignId,
EmailCampaign emailCampaign)
Edit email campaign
Edit email campaign
|
com.squareup.okhttp.Call |
emailCampaignPutAsync(Integer emailCampaignId,
EmailCampaign emailCampaign,
ApiCallback<String> callback)
Edit email campaign (asynchronously)
Edit email campaign
|
com.squareup.okhttp.Call |
emailCampaignPutCall(Integer emailCampaignId,
EmailCampaign emailCampaign,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailCampaignPut
|
ApiResponse<String> |
emailCampaignPutWithHttpInfo(Integer emailCampaignId,
EmailCampaign emailCampaign)
Edit email campaign
Edit email campaign
|
String |
emailCampaignsGet(Integer page,
Integer limit)
Get all email campaigns
Get all email campaigns
|
com.squareup.okhttp.Call |
emailCampaignsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all email campaigns (asynchronously)
Get all email campaigns
|
com.squareup.okhttp.Call |
emailCampaignsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailCampaignsGet
|
ApiResponse<String> |
emailCampaignsGetWithHttpInfo(Integer page,
Integer limit)
Get all email campaigns
Get all email campaigns
|
ApiClient |
getApiClient() |
String |
sendVerificationTokenGet(Integer emailAddressId)
Send verification token
Send verification token
|
com.squareup.okhttp.Call |
sendVerificationTokenGetAsync(Integer emailAddressId,
ApiCallback<String> callback)
Send verification token (asynchronously)
Send verification token
|
com.squareup.okhttp.Call |
sendVerificationTokenGetCall(Integer emailAddressId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sendVerificationTokenGet
|
ApiResponse<String> |
sendVerificationTokenGetWithHttpInfo(Integer emailAddressId)
Send verification token
Send verification token
|
void |
setApiClient(ApiClient apiClient) |
String |
specificAllowedEmailAddressDelete(Integer emailAddressId)
Delete specific email address
Delete specific email address
|
com.squareup.okhttp.Call |
specificAllowedEmailAddressDeleteAsync(Integer emailAddressId,
ApiCallback<String> callback)
Delete specific email address (asynchronously)
Delete specific email address
|
com.squareup.okhttp.Call |
specificAllowedEmailAddressDeleteCall(Integer emailAddressId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for specificAllowedEmailAddressDelete
|
ApiResponse<String> |
specificAllowedEmailAddressDeleteWithHttpInfo(Integer emailAddressId)
Delete specific email address
Delete specific email address
|
String |
specificAllowedEmailAddressGet(Integer emailAddressId)
Get specific email address
Get specific email address
|
com.squareup.okhttp.Call |
specificAllowedEmailAddressGetAsync(Integer emailAddressId,
ApiCallback<String> callback)
Get specific email address (asynchronously)
Get specific email address
|
com.squareup.okhttp.Call |
specificAllowedEmailAddressGetCall(Integer emailAddressId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for specificAllowedEmailAddressGet
|
ApiResponse<String> |
specificAllowedEmailAddressGetWithHttpInfo(Integer emailAddressId)
Get specific email address
Get specific email address
|
String |
verifyAllowedEmailAddressGet(Integer emailAddressId,
String activationToken)
Verify email address using verification token
Verify email address using verification token
|
com.squareup.okhttp.Call |
verifyAllowedEmailAddressGetAsync(Integer emailAddressId,
String activationToken,
ApiCallback<String> callback)
Verify email address using verification token (asynchronously)
Verify email address using verification token
|
com.squareup.okhttp.Call |
verifyAllowedEmailAddressGetCall(Integer emailAddressId,
String activationToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for verifyAllowedEmailAddressGet
|
ApiResponse<String> |
verifyAllowedEmailAddressGetWithHttpInfo(Integer emailAddressId,
String activationToken)
Verify email address using verification token
Verify email address using verification token
|
public EmailMarketingApi()
public EmailMarketingApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call allowedEmailAddressGetCall(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 allowedEmailAddressGet(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> allowedEmailAddressGetWithHttpInfo(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 allowedEmailAddressGetAsync(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 allowedEmailAddressPostCall(EmailAddress emailAddress, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
emailAddress - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String allowedEmailAddressPost(EmailAddress emailAddress) throws ApiException
emailAddress - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> allowedEmailAddressPostWithHttpInfo(EmailAddress emailAddress) throws ApiException
emailAddress - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call allowedEmailAddressPostAsync(EmailAddress emailAddress, ApiCallback<String> callback) throws ApiException
emailAddress - (optional)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 cancelEmailCampaignPutCall(Integer emailCampaignId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
emailCampaignId - Allowed email campaign id (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String cancelEmailCampaignPut(Integer emailCampaignId) throws ApiException
emailCampaignId - Allowed email campaign id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> cancelEmailCampaignPutWithHttpInfo(Integer emailCampaignId) throws ApiException
emailCampaignId - Allowed email campaign id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call cancelEmailCampaignPutAsync(Integer emailCampaignId, ApiCallback<String> callback) throws ApiException
emailCampaignId - Allowed email campaign 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 emailCampaignGetCall(Integer emailCampaignId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
emailCampaignId - Allowed email campaign id (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String emailCampaignGet(Integer emailCampaignId) throws ApiException
emailCampaignId - Allowed email campaign id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> emailCampaignGetWithHttpInfo(Integer emailCampaignId) throws ApiException
emailCampaignId - Allowed email campaign id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call emailCampaignGetAsync(Integer emailCampaignId, ApiCallback<String> callback) throws ApiException
emailCampaignId - Allowed email campaign 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 emailCampaignHistoryExportGetCall(Integer emailCampaignId, Integer dateFrom, Integer dateTo, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
emailCampaignId - Allowed email campaign id (required)dateFrom - Start date (optional)dateTo - End date (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String emailCampaignHistoryExportGet(Integer emailCampaignId, Integer dateFrom, Integer dateTo) throws ApiException
emailCampaignId - Allowed email campaign id (required)dateFrom - Start date (optional)dateTo - End date (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> emailCampaignHistoryExportGetWithHttpInfo(Integer emailCampaignId, Integer dateFrom, Integer dateTo) throws ApiException
emailCampaignId - Allowed email campaign id (required)dateFrom - Start date (optional)dateTo - End date (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call emailCampaignHistoryExportGetAsync(Integer emailCampaignId, Integer dateFrom, Integer dateTo, ApiCallback<String> callback) throws ApiException
emailCampaignId - Allowed email campaign id (required)dateFrom - Start date (optional)dateTo - End date (optional)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 emailCampaignHistoryGetCall(Integer emailCampaignId, Integer dateFrom, Integer dateTo, Integer page, Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
emailCampaignId - Allowed email campaign id (required)dateFrom - Start date (optional)dateTo - End date (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 emailCampaignHistoryGet(Integer emailCampaignId, Integer dateFrom, Integer dateTo, Integer page, Integer limit) throws ApiException
emailCampaignId - Allowed email campaign id (required)dateFrom - Start date (optional)dateTo - End date (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> emailCampaignHistoryGetWithHttpInfo(Integer emailCampaignId, Integer dateFrom, Integer dateTo, Integer page, Integer limit) throws ApiException
emailCampaignId - Allowed email campaign id (required)dateFrom - Start date (optional)dateTo - End date (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 emailCampaignHistoryGetAsync(Integer emailCampaignId, Integer dateFrom, Integer dateTo, Integer page, Integer limit, ApiCallback<String> callback) throws ApiException
emailCampaignId - Allowed email campaign id (required)dateFrom - Start date (optional)dateTo - End date (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 objectpublic com.squareup.okhttp.Call emailCampaignPostCall(EmailCampaign emailCampaign, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
emailCampaign - Email model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String emailCampaignPost(EmailCampaign emailCampaign) throws ApiException
emailCampaign - Email model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> emailCampaignPostWithHttpInfo(EmailCampaign emailCampaign) throws ApiException
emailCampaign - Email model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call emailCampaignPostAsync(EmailCampaign emailCampaign, ApiCallback<String> callback) throws ApiException
emailCampaign - Email 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 emailCampaignPricePostCall(EmailCampaign emailCampaign, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
emailCampaign - Email model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String emailCampaignPricePost(EmailCampaign emailCampaign) throws ApiException
emailCampaign - Email model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> emailCampaignPricePostWithHttpInfo(EmailCampaign emailCampaign) throws ApiException
emailCampaign - Email model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call emailCampaignPricePostAsync(EmailCampaign emailCampaign, ApiCallback<String> callback) throws ApiException
emailCampaign - Email 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 emailCampaignPutCall(Integer emailCampaignId, EmailCampaign emailCampaign, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
emailCampaignId - Allowed email campaign id (required)emailCampaign - Email model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String emailCampaignPut(Integer emailCampaignId, EmailCampaign emailCampaign) throws ApiException
emailCampaignId - Allowed email campaign id (required)emailCampaign - Email model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> emailCampaignPutWithHttpInfo(Integer emailCampaignId, EmailCampaign emailCampaign) throws ApiException
emailCampaignId - Allowed email campaign id (required)emailCampaign - Email model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call emailCampaignPutAsync(Integer emailCampaignId, EmailCampaign emailCampaign, ApiCallback<String> callback) throws ApiException
emailCampaignId - Allowed email campaign id (required)emailCampaign - Email 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 emailCampaignsGetCall(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 emailCampaignsGet(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> emailCampaignsGetWithHttpInfo(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 emailCampaignsGetAsync(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 sendVerificationTokenGetCall(Integer emailAddressId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
emailAddressId - Allowed email address id (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String sendVerificationTokenGet(Integer emailAddressId) throws ApiException
emailAddressId - Allowed email address id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> sendVerificationTokenGetWithHttpInfo(Integer emailAddressId) throws ApiException
emailAddressId - Allowed email address id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call sendVerificationTokenGetAsync(Integer emailAddressId, ApiCallback<String> callback) throws ApiException
emailAddressId - Allowed email address 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 specificAllowedEmailAddressDeleteCall(Integer emailAddressId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
emailAddressId - Allowed email address id (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String specificAllowedEmailAddressDelete(Integer emailAddressId) throws ApiException
emailAddressId - Allowed email address id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> specificAllowedEmailAddressDeleteWithHttpInfo(Integer emailAddressId) throws ApiException
emailAddressId - Allowed email address id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call specificAllowedEmailAddressDeleteAsync(Integer emailAddressId, ApiCallback<String> callback) throws ApiException
emailAddressId - Allowed email address 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 specificAllowedEmailAddressGetCall(Integer emailAddressId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
emailAddressId - Allowed email address id (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String specificAllowedEmailAddressGet(Integer emailAddressId) throws ApiException
emailAddressId - Allowed email address id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> specificAllowedEmailAddressGetWithHttpInfo(Integer emailAddressId) throws ApiException
emailAddressId - Allowed email address id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call specificAllowedEmailAddressGetAsync(Integer emailAddressId, ApiCallback<String> callback) throws ApiException
emailAddressId - Allowed email address 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 verifyAllowedEmailAddressGetCall(Integer emailAddressId, String activationToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
emailAddressId - Allowed email address id (required)activationToken - Your activation token. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String verifyAllowedEmailAddressGet(Integer emailAddressId, String activationToken) throws ApiException
emailAddressId - Allowed email address id (required)activationToken - Your activation token. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> verifyAllowedEmailAddressGetWithHttpInfo(Integer emailAddressId, String activationToken) throws ApiException
emailAddressId - Allowed email address id (required)activationToken - Your activation token. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call verifyAllowedEmailAddressGetAsync(Integer emailAddressId, String activationToken, ApiCallback<String> callback) throws ApiException
emailAddressId - Allowed email address id (required)activationToken - Your activation token. (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 objectCopyright © 2019. All rights reserved.