public class BulkActionsControllerApi extends Object
Constructor and Description |
---|
BulkActionsControllerApi() |
BulkActionsControllerApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
List<InboxDto> |
bulkCreateInboxes(Integer count)
Bulk create Inboxes (email addresses)
|
okhttp3.Call |
bulkCreateInboxesAsync(Integer count,
ApiCallback<List<InboxDto>> _callback)
Bulk create Inboxes (email addresses) (asynchronously)
|
okhttp3.Call |
bulkCreateInboxesCall(Integer count,
ApiCallback _callback)
Build call for bulkCreateInboxes
|
ApiResponse<List<InboxDto>> |
bulkCreateInboxesWithHttpInfo(Integer count)
Bulk create Inboxes (email addresses)
|
void |
bulkDeleteInboxes(List<UUID> UUID)
Bulk Delete Inboxes
|
okhttp3.Call |
bulkDeleteInboxesAsync(List<UUID> UUID,
ApiCallback<Void> _callback)
Bulk Delete Inboxes (asynchronously)
|
okhttp3.Call |
bulkDeleteInboxesCall(List<UUID> UUID,
ApiCallback _callback)
Build call for bulkDeleteInboxes
|
ApiResponse<Void> |
bulkDeleteInboxesWithHttpInfo(List<UUID> UUID)
Bulk Delete Inboxes
|
void |
bulkSendEmails(BulkSendEmailOptions bulkSendEmailOptions)
Bulk Send Emails
|
okhttp3.Call |
bulkSendEmailsAsync(BulkSendEmailOptions bulkSendEmailOptions,
ApiCallback<Void> _callback)
Bulk Send Emails (asynchronously)
|
okhttp3.Call |
bulkSendEmailsCall(BulkSendEmailOptions bulkSendEmailOptions,
ApiCallback _callback)
Build call for bulkSendEmails
|
ApiResponse<Void> |
bulkSendEmailsWithHttpInfo(BulkSendEmailOptions bulkSendEmailOptions)
Bulk Send Emails
|
ApiClient |
getApiClient() |
String |
getCustomBaseUrl() |
int |
getHostIndex() |
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public BulkActionsControllerApi()
public BulkActionsControllerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public String getCustomBaseUrl()
public void setCustomBaseUrl(String customBaseUrl)
public okhttp3.Call bulkCreateInboxesCall(Integer count, ApiCallback _callback) throws ApiException
count
- Number of inboxes to be created in bulk (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
public List<InboxDto> bulkCreateInboxes(Integer count) throws ApiException
count
- Number of inboxes to be created in bulk (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
201 | Created | - |
public ApiResponse<List<InboxDto>> bulkCreateInboxesWithHttpInfo(Integer count) throws ApiException
count
- Number of inboxes to be created in bulk (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
201 | Created | - |
public okhttp3.Call bulkCreateInboxesAsync(Integer count, ApiCallback<List<InboxDto>> _callback) throws ApiException
count
- Number of inboxes to be created in bulk (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 objectStatus Code | Description | Response Headers |
201 | Created | - |
public okhttp3.Call bulkDeleteInboxesCall(List<UUID> UUID, ApiCallback _callback) throws ApiException
UUID
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
204 | No Content | - |
public void bulkDeleteInboxes(List<UUID> UUID) throws ApiException
UUID
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
204 | No Content | - |
public ApiResponse<Void> bulkDeleteInboxesWithHttpInfo(List<UUID> UUID) throws ApiException
UUID
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
204 | No Content | - |
public okhttp3.Call bulkDeleteInboxesAsync(List<UUID> UUID, ApiCallback<Void> _callback) throws ApiException
UUID
- (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 objectStatus Code | Description | Response Headers |
204 | No Content | - |
public okhttp3.Call bulkSendEmailsCall(BulkSendEmailOptions bulkSendEmailOptions, ApiCallback _callback) throws ApiException
bulkSendEmailOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
public void bulkSendEmails(BulkSendEmailOptions bulkSendEmailOptions) throws ApiException
bulkSendEmailOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
201 | Created | - |
public ApiResponse<Void> bulkSendEmailsWithHttpInfo(BulkSendEmailOptions bulkSendEmailOptions) throws ApiException
bulkSendEmailOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
201 | Created | - |
public okhttp3.Call bulkSendEmailsAsync(BulkSendEmailOptions bulkSendEmailOptions, ApiCallback<Void> _callback) throws ApiException
bulkSendEmailOptions
- (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 objectStatus Code | Description | Response Headers |
201 | Created | - |
Copyright © 2023. All rights reserved.