public class CommonActionsControllerApi extends Object
| Constructor and Description |
|---|
CommonActionsControllerApi() |
CommonActionsControllerApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
Inbox |
createNewEmailAddress(Boolean allowTeamAccess,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean useDomainPool)
Create new random inbox
Returns an Inbox with an `id` and an `emailAddress`
|
Inbox |
createNewEmailAddress1(Boolean allowTeamAccess,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean useDomainPool)
Create new random inbox
Returns an Inbox with an `id` and an `emailAddress`
|
okhttp3.Call |
createNewEmailAddress1Async(Boolean allowTeamAccess,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean useDomainPool,
ApiCallback<Inbox> _callback)
Create new random inbox (asynchronously)
Returns an Inbox with an `id` and an `emailAddress`
|
okhttp3.Call |
createNewEmailAddress1Call(Boolean allowTeamAccess,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean useDomainPool,
ApiCallback _callback)
Build call for createNewEmailAddress1
|
ApiResponse<Inbox> |
createNewEmailAddress1WithHttpInfo(Boolean allowTeamAccess,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean useDomainPool)
Create new random inbox
Returns an Inbox with an `id` and an `emailAddress`
|
okhttp3.Call |
createNewEmailAddressAsync(Boolean allowTeamAccess,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean useDomainPool,
ApiCallback<Inbox> _callback)
Create new random inbox (asynchronously)
Returns an Inbox with an `id` and an `emailAddress`
|
okhttp3.Call |
createNewEmailAddressCall(Boolean allowTeamAccess,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean useDomainPool,
ApiCallback _callback)
Build call for createNewEmailAddress
|
ApiResponse<Inbox> |
createNewEmailAddressWithHttpInfo(Boolean allowTeamAccess,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean useDomainPool)
Create new random inbox
Returns an Inbox with an `id` and an `emailAddress`
|
void |
emptyInbox(UUID inboxId)
Delete all emails in an inbox
Deletes all emails
|
okhttp3.Call |
emptyInboxAsync(UUID inboxId,
ApiCallback<Void> _callback)
Delete all emails in an inbox (asynchronously)
Deletes all emails
|
okhttp3.Call |
emptyInboxCall(UUID inboxId,
ApiCallback _callback)
Build call for emptyInbox
|
ApiResponse<Void> |
emptyInboxWithHttpInfo(UUID inboxId)
Delete all emails in an inbox
Deletes all emails
|
ApiClient |
getApiClient() |
void |
sendEmailSimple(SimpleSendEmailOptions emailOptions)
Send an email
If no senderId or inboxId provided a random email address will be used to send from.
|
okhttp3.Call |
sendEmailSimpleAsync(SimpleSendEmailOptions emailOptions,
ApiCallback<Void> _callback)
Send an email (asynchronously)
If no senderId or inboxId provided a random email address will be used to send from.
|
okhttp3.Call |
sendEmailSimpleCall(SimpleSendEmailOptions emailOptions,
ApiCallback _callback)
Build call for sendEmailSimple
|
ApiResponse<Void> |
sendEmailSimpleWithHttpInfo(SimpleSendEmailOptions emailOptions)
Send an email
If no senderId or inboxId provided a random email address will be used to send from.
|
void |
setApiClient(ApiClient apiClient) |
public CommonActionsControllerApi()
public CommonActionsControllerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call createNewEmailAddressCall(Boolean allowTeamAccess, OffsetDateTime expiresAt, Long expiresIn, Boolean useDomainPool, ApiCallback _callback) throws ApiException
allowTeamAccess - allowTeamAccess (optional)expiresAt - expiresAt (optional)expiresIn - expiresIn (optional)useDomainPool - useDomainPool (optional)_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 Inbox createNewEmailAddress(Boolean allowTeamAccess, OffsetDateTime expiresAt, Long expiresIn, Boolean useDomainPool) throws ApiException
allowTeamAccess - allowTeamAccess (optional)expiresAt - expiresAt (optional)expiresIn - expiresIn (optional)useDomainPool - useDomainPool (optional)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<Inbox> createNewEmailAddressWithHttpInfo(Boolean allowTeamAccess, OffsetDateTime expiresAt, Long expiresIn, Boolean useDomainPool) throws ApiException
allowTeamAccess - allowTeamAccess (optional)expiresAt - expiresAt (optional)expiresIn - expiresIn (optional)useDomainPool - useDomainPool (optional)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 createNewEmailAddressAsync(Boolean allowTeamAccess, OffsetDateTime expiresAt, Long expiresIn, Boolean useDomainPool, ApiCallback<Inbox> _callback) throws ApiException
allowTeamAccess - allowTeamAccess (optional)expiresAt - expiresAt (optional)expiresIn - expiresIn (optional)useDomainPool - useDomainPool (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 object| Status Code | Description | Response Headers |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public okhttp3.Call createNewEmailAddress1Call(Boolean allowTeamAccess, OffsetDateTime expiresAt, Long expiresIn, Boolean useDomainPool, ApiCallback _callback) throws ApiException
allowTeamAccess - allowTeamAccess (optional)expiresAt - expiresAt (optional)expiresIn - expiresIn (optional)useDomainPool - useDomainPool (optional)_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 Inbox createNewEmailAddress1(Boolean allowTeamAccess, OffsetDateTime expiresAt, Long expiresIn, Boolean useDomainPool) throws ApiException
allowTeamAccess - allowTeamAccess (optional)expiresAt - expiresAt (optional)expiresIn - expiresIn (optional)useDomainPool - useDomainPool (optional)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<Inbox> createNewEmailAddress1WithHttpInfo(Boolean allowTeamAccess, OffsetDateTime expiresAt, Long expiresIn, Boolean useDomainPool) throws ApiException
allowTeamAccess - allowTeamAccess (optional)expiresAt - expiresAt (optional)expiresIn - expiresIn (optional)useDomainPool - useDomainPool (optional)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 createNewEmailAddress1Async(Boolean allowTeamAccess, OffsetDateTime expiresAt, Long expiresIn, Boolean useDomainPool, ApiCallback<Inbox> _callback) throws ApiException
allowTeamAccess - allowTeamAccess (optional)expiresAt - expiresAt (optional)expiresIn - expiresIn (optional)useDomainPool - useDomainPool (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 object| Status Code | Description | Response Headers |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public okhttp3.Call emptyInboxCall(UUID inboxId, ApiCallback _callback) throws ApiException
inboxId - inboxId (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 emptyInbox(UUID inboxId) throws ApiException
inboxId - inboxId (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> emptyInboxWithHttpInfo(UUID inboxId) throws ApiException
inboxId - inboxId (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 emptyInboxAsync(UUID inboxId, ApiCallback<Void> _callback) throws ApiException
inboxId - inboxId (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 sendEmailSimpleCall(SimpleSendEmailOptions emailOptions, ApiCallback _callback) throws ApiException
emailOptions - emailOptions (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 sendEmailSimple(SimpleSendEmailOptions emailOptions) throws ApiException
emailOptions - emailOptions (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> sendEmailSimpleWithHttpInfo(SimpleSendEmailOptions emailOptions) throws ApiException
emailOptions - emailOptions (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 sendEmailSimpleAsync(SimpleSendEmailOptions emailOptions, ApiCallback<Void> _callback) throws ApiException
emailOptions - emailOptions (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.