public class SentEmailsControllerApi extends Object
| Constructor and Description |
|---|
SentEmailsControllerApi() |
SentEmailsControllerApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
SentEmailDto |
getSentEmail(UUID id)
Get sent email receipt
|
okhttp3.Call |
getSentEmailAsync(UUID id,
ApiCallback<SentEmailDto> _callback)
Get sent email receipt (asynchronously)
|
okhttp3.Call |
getSentEmailCall(UUID id,
ApiCallback _callback)
Build call for getSentEmail
|
PageSentEmailProjection |
getSentEmails(UUID inboxId,
Integer page,
Integer size,
String sort)
Get all sent emails in paginated form
|
okhttp3.Call |
getSentEmailsAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
ApiCallback<PageSentEmailProjection> _callback)
Get all sent emails in paginated form (asynchronously)
|
okhttp3.Call |
getSentEmailsCall(UUID inboxId,
Integer page,
Integer size,
String sort,
ApiCallback _callback)
Build call for getSentEmails
|
ApiResponse<PageSentEmailProjection> |
getSentEmailsWithHttpInfo(UUID inboxId,
Integer page,
Integer size,
String sort)
Get all sent emails in paginated form
|
ApiResponse<SentEmailDto> |
getSentEmailWithHttpInfo(UUID id)
Get sent email receipt
|
PageSentEmailProjection |
getSentOrganizationEmails(UUID inboxId,
Integer page,
Integer size,
String sort)
Get all sent organization emails in paginated form
|
okhttp3.Call |
getSentOrganizationEmailsAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
ApiCallback<PageSentEmailProjection> _callback)
Get all sent organization emails in paginated form (asynchronously)
|
okhttp3.Call |
getSentOrganizationEmailsCall(UUID inboxId,
Integer page,
Integer size,
String sort,
ApiCallback _callback)
Build call for getSentOrganizationEmails
|
ApiResponse<PageSentEmailProjection> |
getSentOrganizationEmailsWithHttpInfo(UUID inboxId,
Integer page,
Integer size,
String sort)
Get all sent organization emails in paginated form
|
void |
setApiClient(ApiClient apiClient) |
public SentEmailsControllerApi()
public SentEmailsControllerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getSentEmailCall(UUID id, ApiCallback _callback) throws ApiException
id - id (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | OK | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public SentEmailDto getSentEmail(UUID id) throws ApiException
id - id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | OK | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public ApiResponse<SentEmailDto> getSentEmailWithHttpInfo(UUID id) throws ApiException
id - id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | OK | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public okhttp3.Call getSentEmailAsync(UUID id, ApiCallback<SentEmailDto> _callback) throws ApiException
id - 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 object| Status Code | Description | Response Headers |
| 200 | OK | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public okhttp3.Call getSentEmailsCall(UUID inboxId, Integer page, Integer size, String sort, ApiCallback _callback) throws ApiException
inboxId - Optional inboxId to filter sender of sent emails by (optional)page - Optional page index in inbox sent email list pagination (optional, default to 0)size - Optional page size in inbox sent email list pagination (optional, default to 20)sort - Optional createdAt sort direction ASC or DESC (optional, default to ASC)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | OK | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public PageSentEmailProjection getSentEmails(UUID inboxId, Integer page, Integer size, String sort) throws ApiException
inboxId - Optional inboxId to filter sender of sent emails by (optional)page - Optional page index in inbox sent email list pagination (optional, default to 0)size - Optional page size in inbox sent email list pagination (optional, default to 20)sort - Optional createdAt sort direction ASC or DESC (optional, default to ASC)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | OK | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public ApiResponse<PageSentEmailProjection> getSentEmailsWithHttpInfo(UUID inboxId, Integer page, Integer size, String sort) throws ApiException
inboxId - Optional inboxId to filter sender of sent emails by (optional)page - Optional page index in inbox sent email list pagination (optional, default to 0)size - Optional page size in inbox sent email list pagination (optional, default to 20)sort - Optional createdAt sort direction ASC or DESC (optional, default to ASC)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | OK | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public okhttp3.Call getSentEmailsAsync(UUID inboxId, Integer page, Integer size, String sort, ApiCallback<PageSentEmailProjection> _callback) throws ApiException
inboxId - Optional inboxId to filter sender of sent emails by (optional)page - Optional page index in inbox sent email list pagination (optional, default to 0)size - Optional page size in inbox sent email list pagination (optional, default to 20)sort - Optional createdAt sort direction ASC or DESC (optional, default to ASC)_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 |
| 200 | OK | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public okhttp3.Call getSentOrganizationEmailsCall(UUID inboxId, Integer page, Integer size, String sort, ApiCallback _callback) throws ApiException
inboxId - Optional inboxId to filter sender of sent emails by (optional)page - Optional page index in inbox sent email list pagination (optional, default to 0)size - Optional page size in inbox sent email list pagination (optional, default to 20)sort - Optional createdAt sort direction ASC or DESC (optional, default to ASC)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | OK | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public PageSentEmailProjection getSentOrganizationEmails(UUID inboxId, Integer page, Integer size, String sort) throws ApiException
inboxId - Optional inboxId to filter sender of sent emails by (optional)page - Optional page index in inbox sent email list pagination (optional, default to 0)size - Optional page size in inbox sent email list pagination (optional, default to 20)sort - Optional createdAt sort direction ASC or DESC (optional, default to ASC)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | OK | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public ApiResponse<PageSentEmailProjection> getSentOrganizationEmailsWithHttpInfo(UUID inboxId, Integer page, Integer size, String sort) throws ApiException
inboxId - Optional inboxId to filter sender of sent emails by (optional)page - Optional page index in inbox sent email list pagination (optional, default to 0)size - Optional page size in inbox sent email list pagination (optional, default to 20)sort - Optional createdAt sort direction ASC or DESC (optional, default to ASC)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | OK | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public okhttp3.Call getSentOrganizationEmailsAsync(UUID inboxId, Integer page, Integer size, String sort, ApiCallback<PageSentEmailProjection> _callback) throws ApiException
inboxId - Optional inboxId to filter sender of sent emails by (optional)page - Optional page index in inbox sent email list pagination (optional, default to 0)size - Optional page size in inbox sent email list pagination (optional, default to 20)sort - Optional createdAt sort direction ASC or DESC (optional, default to ASC)_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 |
| 200 | OK | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
Copyright © 2021. All rights reserved.