public class ScheduledEmailApi extends Object
| Constructor and Description |
|---|
ScheduledEmailApi() |
ScheduledEmailApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
EmailBulkScheduleResponse |
getScheduledEmails(String bulkId)
Get sent email bulks.
|
okhttp3.Call |
getScheduledEmailsAsync(String bulkId,
ApiCallback<EmailBulkScheduleResponse> _callback)
Get sent email bulks (asynchronously).
|
okhttp3.Call |
getScheduledEmailsCall(String bulkId,
ApiCallback _callback)
Build call for getScheduledEmails.
|
EmailBulkStatusResponse |
getScheduledEmailStatuses(String bulkId)
Get sent email bulks status.
|
okhttp3.Call |
getScheduledEmailStatusesAsync(String bulkId,
ApiCallback<EmailBulkStatusResponse> _callback)
Get sent email bulks status (asynchronously).
|
okhttp3.Call |
getScheduledEmailStatusesCall(String bulkId,
ApiCallback _callback)
Build call for getScheduledEmailStatuses.
|
ApiResponse<EmailBulkStatusResponse> |
getScheduledEmailStatusesWithHttpInfo(String bulkId)
Get sent email bulks status.
|
ApiResponse<EmailBulkScheduleResponse> |
getScheduledEmailsWithHttpInfo(String bulkId)
Get sent email bulks.
|
EmailBulkRescheduleResponse |
rescheduleEmails(String bulkId,
EmailBulkRescheduleRequest emailBulkRescheduleRequest)
Reschedule Email messages.
|
okhttp3.Call |
rescheduleEmailsAsync(String bulkId,
EmailBulkRescheduleRequest emailBulkRescheduleRequest,
ApiCallback<EmailBulkRescheduleResponse> _callback)
Reschedule Email messages (asynchronously).
|
okhttp3.Call |
rescheduleEmailsCall(String bulkId,
EmailBulkRescheduleRequest emailBulkRescheduleRequest,
ApiCallback _callback)
Build call for rescheduleEmails.
|
ApiResponse<EmailBulkRescheduleResponse> |
rescheduleEmailsWithHttpInfo(String bulkId,
EmailBulkRescheduleRequest emailBulkRescheduleRequest)
Reschedule Email messages.
|
void |
setApiClient(ApiClient apiClient) |
EmailBulkUpdateStatusResponse |
updateScheduledEmailStatuses(String bulkId,
EmailBulkUpdateStatusRequest emailBulkUpdateStatusRequest)
Update scheduled Email messages status.
|
okhttp3.Call |
updateScheduledEmailStatusesAsync(String bulkId,
EmailBulkUpdateStatusRequest emailBulkUpdateStatusRequest,
ApiCallback<EmailBulkUpdateStatusResponse> _callback)
Update scheduled Email messages status (asynchronously).
|
okhttp3.Call |
updateScheduledEmailStatusesCall(String bulkId,
EmailBulkUpdateStatusRequest emailBulkUpdateStatusRequest,
ApiCallback _callback)
Build call for updateScheduledEmailStatuses.
|
ApiResponse<EmailBulkUpdateStatusResponse> |
updateScheduledEmailStatusesWithHttpInfo(String bulkId,
EmailBulkUpdateStatusRequest emailBulkUpdateStatusRequest)
Update scheduled Email messages status.
|
public ScheduledEmailApi()
public ScheduledEmailApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getScheduledEmailStatusesCall(String bulkId, ApiCallback _callback) throws ApiException
bulkId - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic EmailBulkStatusResponse getScheduledEmailStatuses(String bulkId) throws ApiException
bulkId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<EmailBulkStatusResponse> getScheduledEmailStatusesWithHttpInfo(String bulkId) throws ApiException
bulkId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic okhttp3.Call getScheduledEmailStatusesAsync(String bulkId, ApiCallback<EmailBulkStatusResponse> _callback) throws ApiException
bulkId - (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 okhttp3.Call getScheduledEmailsCall(String bulkId, ApiCallback _callback) throws ApiException
bulkId - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic EmailBulkScheduleResponse getScheduledEmails(String bulkId) throws ApiException
bulkId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<EmailBulkScheduleResponse> getScheduledEmailsWithHttpInfo(String bulkId) throws ApiException
bulkId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic okhttp3.Call getScheduledEmailsAsync(String bulkId, ApiCallback<EmailBulkScheduleResponse> _callback) throws ApiException
bulkId - (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 okhttp3.Call rescheduleEmailsCall(String bulkId, EmailBulkRescheduleRequest emailBulkRescheduleRequest, ApiCallback _callback) throws ApiException
bulkId - (required)emailBulkRescheduleRequest - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic EmailBulkRescheduleResponse rescheduleEmails(String bulkId, EmailBulkRescheduleRequest emailBulkRescheduleRequest) throws ApiException
bulkId - (required)emailBulkRescheduleRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<EmailBulkRescheduleResponse> rescheduleEmailsWithHttpInfo(String bulkId, EmailBulkRescheduleRequest emailBulkRescheduleRequest) throws ApiException
bulkId - (required)emailBulkRescheduleRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic okhttp3.Call rescheduleEmailsAsync(String bulkId, EmailBulkRescheduleRequest emailBulkRescheduleRequest, ApiCallback<EmailBulkRescheduleResponse> _callback) throws ApiException
bulkId - (required)emailBulkRescheduleRequest - (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 okhttp3.Call updateScheduledEmailStatusesCall(String bulkId, EmailBulkUpdateStatusRequest emailBulkUpdateStatusRequest, ApiCallback _callback) throws ApiException
bulkId - (required)emailBulkUpdateStatusRequest - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic EmailBulkUpdateStatusResponse updateScheduledEmailStatuses(String bulkId, EmailBulkUpdateStatusRequest emailBulkUpdateStatusRequest) throws ApiException
bulkId - (required)emailBulkUpdateStatusRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<EmailBulkUpdateStatusResponse> updateScheduledEmailStatusesWithHttpInfo(String bulkId, EmailBulkUpdateStatusRequest emailBulkUpdateStatusRequest) throws ApiException
bulkId - (required)emailBulkUpdateStatusRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic okhttp3.Call updateScheduledEmailStatusesAsync(String bulkId, EmailBulkUpdateStatusRequest emailBulkUpdateStatusRequest, ApiCallback<EmailBulkUpdateStatusResponse> _callback) throws ApiException
bulkId - (required)emailBulkUpdateStatusRequest - (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 © 2022. All rights reserved.