public class BulkActionsControllerApi extends Object
| Constructor and Description |
|---|
BulkActionsControllerApi() |
BulkActionsControllerApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
List<Inbox> |
bulkCreateInboxes(Integer count)
Bulk create Inboxes (email addresses)
|
okhttp3.Call |
bulkCreateInboxesAsync(Integer count,
ApiCallback<List<Inbox>> _callback)
Bulk create Inboxes (email addresses) (asynchronously)
|
okhttp3.Call |
bulkCreateInboxesCall(Integer count,
ApiCallback _callback)
Build call for bulkCreateInboxes
|
ApiResponse<List<Inbox>> |
bulkCreateInboxesWithHttpInfo(Integer count)
Bulk create Inboxes (email addresses)
|
void |
bulkDeleteInboxes(List<UUID> ids)
Bulk Delete Inboxes
|
okhttp3.Call |
bulkDeleteInboxesAsync(List<UUID> ids,
ApiCallback<Void> _callback)
Bulk Delete Inboxes (asynchronously)
|
okhttp3.Call |
bulkDeleteInboxesCall(List<UUID> ids,
ApiCallback _callback)
Build call for bulkDeleteInboxes
|
ApiResponse<Void> |
bulkDeleteInboxesWithHttpInfo(List<UUID> ids)
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() |
void |
setApiClient(ApiClient apiClient) |
public BulkActionsControllerApi()
public BulkActionsControllerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
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 object| Status Code | Description | Response Headers |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public List<Inbox> 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 body| Status Code | Description | Response Headers |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public ApiResponse<List<Inbox>> 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 body| Status Code | Description | Response Headers |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public okhttp3.Call bulkCreateInboxesAsync(Integer count, ApiCallback<List<Inbox>> _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 object| Status Code | Description | Response Headers |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public okhttp3.Call bulkDeleteInboxesCall(List<UUID> ids, ApiCallback _callback) throws ApiException
ids - ids (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 204 | No Content | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
public void bulkDeleteInboxes(List<UUID> ids) throws ApiException
ids - ids (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 204 | No Content | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
public ApiResponse<Void> bulkDeleteInboxesWithHttpInfo(List<UUID> ids) throws ApiException
ids - ids (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 204 | No Content | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
public okhttp3.Call bulkDeleteInboxesAsync(List<UUID> ids, ApiCallback<Void> _callback) throws ApiException
ids - ids (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 object| Status Code | Description | Response Headers |
| 204 | No Content | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
public okhttp3.Call bulkSendEmailsCall(BulkSendEmailOptions bulkSendEmailOptions, ApiCallback _callback) throws ApiException
bulkSendEmailOptions - bulkSendEmailOptions (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public void bulkSendEmails(BulkSendEmailOptions bulkSendEmailOptions) throws ApiException
bulkSendEmailOptions - bulkSendEmailOptions (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public ApiResponse<Void> bulkSendEmailsWithHttpInfo(BulkSendEmailOptions bulkSendEmailOptions) throws ApiException
bulkSendEmailOptions - bulkSendEmailOptions (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public okhttp3.Call bulkSendEmailsAsync(BulkSendEmailOptions bulkSendEmailOptions, ApiCallback<Void> _callback) throws ApiException
bulkSendEmailOptions - 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 object| Status Code | Description | Response Headers |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
Copyright © 2021. All rights reserved.