public class CommonActionsControllerApi extends Object
Constructor and Description |
---|
CommonActionsControllerApi() |
CommonActionsControllerApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
InboxDto |
createNewEmailAddress(Boolean allowTeamAccess,
Boolean useDomainPool,
OffsetDateTime expiresAt,
Long expiresIn,
String emailAddress,
String inboxType,
String description,
String name,
List<String> tags,
Boolean favourite,
Boolean virtualInbox,
Boolean useShortAddress,
String domainName,
UUID domainId)
Create new random inbox
Returns an Inbox with an `id` and an `emailAddress`
|
okhttp3.Call |
createNewEmailAddressAsync(Boolean allowTeamAccess,
Boolean useDomainPool,
OffsetDateTime expiresAt,
Long expiresIn,
String emailAddress,
String inboxType,
String description,
String name,
List<String> tags,
Boolean favourite,
Boolean virtualInbox,
Boolean useShortAddress,
String domainName,
UUID domainId,
ApiCallback<InboxDto> _callback)
Create new random inbox (asynchronously)
Returns an Inbox with an `id` and an `emailAddress`
|
okhttp3.Call |
createNewEmailAddressCall(Boolean allowTeamAccess,
Boolean useDomainPool,
OffsetDateTime expiresAt,
Long expiresIn,
String emailAddress,
String inboxType,
String description,
String name,
List<String> tags,
Boolean favourite,
Boolean virtualInbox,
Boolean useShortAddress,
String domainName,
UUID domainId,
ApiCallback _callback)
Build call for createNewEmailAddress
|
ApiResponse<InboxDto> |
createNewEmailAddressWithHttpInfo(Boolean allowTeamAccess,
Boolean useDomainPool,
OffsetDateTime expiresAt,
Long expiresIn,
String emailAddress,
String inboxType,
String description,
String name,
List<String> tags,
Boolean favourite,
Boolean virtualInbox,
Boolean useShortAddress,
String domainName,
UUID domainId)
Create new random inbox
Returns an Inbox with an `id` and an `emailAddress`
|
InboxDto |
createRandomInbox(Boolean allowTeamAccess,
Boolean useDomainPool,
OffsetDateTime expiresAt,
Long expiresIn,
String emailAddress,
String inboxType,
String description,
String name,
List<String> tags,
Boolean favourite,
Boolean virtualInbox,
Boolean useShortAddress,
String domainName,
UUID domainId)
Create new random inbox
Returns an Inbox with an `id` and an `emailAddress`
|
okhttp3.Call |
createRandomInboxAsync(Boolean allowTeamAccess,
Boolean useDomainPool,
OffsetDateTime expiresAt,
Long expiresIn,
String emailAddress,
String inboxType,
String description,
String name,
List<String> tags,
Boolean favourite,
Boolean virtualInbox,
Boolean useShortAddress,
String domainName,
UUID domainId,
ApiCallback<InboxDto> _callback)
Create new random inbox (asynchronously)
Returns an Inbox with an `id` and an `emailAddress`
|
okhttp3.Call |
createRandomInboxCall(Boolean allowTeamAccess,
Boolean useDomainPool,
OffsetDateTime expiresAt,
Long expiresIn,
String emailAddress,
String inboxType,
String description,
String name,
List<String> tags,
Boolean favourite,
Boolean virtualInbox,
Boolean useShortAddress,
String domainName,
UUID domainId,
ApiCallback _callback)
Build call for createRandomInbox
|
ApiResponse<InboxDto> |
createRandomInboxWithHttpInfo(Boolean allowTeamAccess,
Boolean useDomainPool,
OffsetDateTime expiresAt,
Long expiresIn,
String emailAddress,
String inboxType,
String description,
String name,
List<String> tags,
Boolean favourite,
Boolean virtualInbox,
Boolean useShortAddress,
String domainName,
UUID domainId)
Create new random inbox
Returns an Inbox with an `id` and an `emailAddress`
|
void |
deleteEmailAddress(UUID inboxId)
Delete inbox email address by inbox id
Deletes inbox email address
|
okhttp3.Call |
deleteEmailAddressAsync(UUID inboxId,
ApiCallback<Void> _callback)
Delete inbox email address by inbox id (asynchronously)
Deletes inbox email address
|
okhttp3.Call |
deleteEmailAddressCall(UUID inboxId,
ApiCallback _callback)
Build call for deleteEmailAddress
|
ApiResponse<Void> |
deleteEmailAddressWithHttpInfo(UUID inboxId)
Delete inbox email address by inbox id
Deletes inbox email address
|
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() |
String |
getCustomBaseUrl() |
int |
getHostIndex() |
void |
sendEmailSimple(SimpleSendEmailOptions simpleSendEmailOptions)
Send an email
If no senderId or inboxId provided a random email address will be used to send from.
|
okhttp3.Call |
sendEmailSimpleAsync(SimpleSendEmailOptions simpleSendEmailOptions,
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 simpleSendEmailOptions,
ApiCallback _callback)
Build call for sendEmailSimple
|
ApiResponse<Void> |
sendEmailSimpleWithHttpInfo(SimpleSendEmailOptions simpleSendEmailOptions)
Send an email
If no senderId or inboxId provided a random email address will be used to send from.
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public CommonActionsControllerApi()
public CommonActionsControllerApi(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 createNewEmailAddressCall(Boolean allowTeamAccess, Boolean useDomainPool, OffsetDateTime expiresAt, Long expiresIn, String emailAddress, String inboxType, String description, String name, List<String> tags, Boolean favourite, Boolean virtualInbox, Boolean useShortAddress, String domainName, UUID domainId, ApiCallback _callback) throws ApiException
allowTeamAccess
- (optional)useDomainPool
- (optional)expiresAt
- (optional)expiresIn
- (optional)emailAddress
- (optional)inboxType
- (optional)description
- (optional)name
- (optional)tags
- (optional)favourite
- (optional)virtualInbox
- (optional)useShortAddress
- (optional)domainName
- (optional)domainId
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
public InboxDto createNewEmailAddress(Boolean allowTeamAccess, Boolean useDomainPool, OffsetDateTime expiresAt, Long expiresIn, String emailAddress, String inboxType, String description, String name, List<String> tags, Boolean favourite, Boolean virtualInbox, Boolean useShortAddress, String domainName, UUID domainId) throws ApiException
allowTeamAccess
- (optional)useDomainPool
- (optional)expiresAt
- (optional)expiresIn
- (optional)emailAddress
- (optional)inboxType
- (optional)description
- (optional)name
- (optional)tags
- (optional)favourite
- (optional)virtualInbox
- (optional)useShortAddress
- (optional)domainName
- (optional)domainId
- (optional)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<InboxDto> createNewEmailAddressWithHttpInfo(Boolean allowTeamAccess, Boolean useDomainPool, OffsetDateTime expiresAt, Long expiresIn, String emailAddress, String inboxType, String description, String name, List<String> tags, Boolean favourite, Boolean virtualInbox, Boolean useShortAddress, String domainName, UUID domainId) throws ApiException
allowTeamAccess
- (optional)useDomainPool
- (optional)expiresAt
- (optional)expiresIn
- (optional)emailAddress
- (optional)inboxType
- (optional)description
- (optional)name
- (optional)tags
- (optional)favourite
- (optional)virtualInbox
- (optional)useShortAddress
- (optional)domainName
- (optional)domainId
- (optional)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 createNewEmailAddressAsync(Boolean allowTeamAccess, Boolean useDomainPool, OffsetDateTime expiresAt, Long expiresIn, String emailAddress, String inboxType, String description, String name, List<String> tags, Boolean favourite, Boolean virtualInbox, Boolean useShortAddress, String domainName, UUID domainId, ApiCallback<InboxDto> _callback) throws ApiException
allowTeamAccess
- (optional)useDomainPool
- (optional)expiresAt
- (optional)expiresIn
- (optional)emailAddress
- (optional)inboxType
- (optional)description
- (optional)name
- (optional)tags
- (optional)favourite
- (optional)virtualInbox
- (optional)useShortAddress
- (optional)domainName
- (optional)domainId
- (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 objectStatus Code | Description | Response Headers |
201 | Created | - |
public okhttp3.Call createRandomInboxCall(Boolean allowTeamAccess, Boolean useDomainPool, OffsetDateTime expiresAt, Long expiresIn, String emailAddress, String inboxType, String description, String name, List<String> tags, Boolean favourite, Boolean virtualInbox, Boolean useShortAddress, String domainName, UUID domainId, ApiCallback _callback) throws ApiException
allowTeamAccess
- (optional)useDomainPool
- (optional)expiresAt
- (optional)expiresIn
- (optional)emailAddress
- (optional)inboxType
- (optional)description
- (optional)name
- (optional)tags
- (optional)favourite
- (optional)virtualInbox
- (optional)useShortAddress
- (optional)domainName
- (optional)domainId
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
public InboxDto createRandomInbox(Boolean allowTeamAccess, Boolean useDomainPool, OffsetDateTime expiresAt, Long expiresIn, String emailAddress, String inboxType, String description, String name, List<String> tags, Boolean favourite, Boolean virtualInbox, Boolean useShortAddress, String domainName, UUID domainId) throws ApiException
allowTeamAccess
- (optional)useDomainPool
- (optional)expiresAt
- (optional)expiresIn
- (optional)emailAddress
- (optional)inboxType
- (optional)description
- (optional)name
- (optional)tags
- (optional)favourite
- (optional)virtualInbox
- (optional)useShortAddress
- (optional)domainName
- (optional)domainId
- (optional)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<InboxDto> createRandomInboxWithHttpInfo(Boolean allowTeamAccess, Boolean useDomainPool, OffsetDateTime expiresAt, Long expiresIn, String emailAddress, String inboxType, String description, String name, List<String> tags, Boolean favourite, Boolean virtualInbox, Boolean useShortAddress, String domainName, UUID domainId) throws ApiException
allowTeamAccess
- (optional)useDomainPool
- (optional)expiresAt
- (optional)expiresIn
- (optional)emailAddress
- (optional)inboxType
- (optional)description
- (optional)name
- (optional)tags
- (optional)favourite
- (optional)virtualInbox
- (optional)useShortAddress
- (optional)domainName
- (optional)domainId
- (optional)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 createRandomInboxAsync(Boolean allowTeamAccess, Boolean useDomainPool, OffsetDateTime expiresAt, Long expiresIn, String emailAddress, String inboxType, String description, String name, List<String> tags, Boolean favourite, Boolean virtualInbox, Boolean useShortAddress, String domainName, UUID domainId, ApiCallback<InboxDto> _callback) throws ApiException
allowTeamAccess
- (optional)useDomainPool
- (optional)expiresAt
- (optional)expiresIn
- (optional)emailAddress
- (optional)inboxType
- (optional)description
- (optional)name
- (optional)tags
- (optional)favourite
- (optional)virtualInbox
- (optional)useShortAddress
- (optional)domainName
- (optional)domainId
- (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 objectStatus Code | Description | Response Headers |
201 | Created | - |
public okhttp3.Call deleteEmailAddressCall(UUID inboxId, ApiCallback _callback) throws ApiException
inboxId
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
204 | No Content | - |
public void deleteEmailAddress(UUID inboxId) throws ApiException
inboxId
- (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> deleteEmailAddressWithHttpInfo(UUID inboxId) throws ApiException
inboxId
- (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 deleteEmailAddressAsync(UUID inboxId, ApiCallback<Void> _callback) throws ApiException
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 objectStatus Code | Description | Response Headers |
204 | No Content | - |
public okhttp3.Call emptyInboxCall(UUID inboxId, ApiCallback _callback) throws ApiException
inboxId
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
204 | No Content | - |
public void emptyInbox(UUID inboxId) throws ApiException
inboxId
- (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> emptyInboxWithHttpInfo(UUID inboxId) throws ApiException
inboxId
- (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 emptyInboxAsync(UUID inboxId, ApiCallback<Void> _callback) throws ApiException
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 objectStatus Code | Description | Response Headers |
204 | No Content | - |
public okhttp3.Call sendEmailSimpleCall(SimpleSendEmailOptions simpleSendEmailOptions, ApiCallback _callback) throws ApiException
simpleSendEmailOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
public void sendEmailSimple(SimpleSendEmailOptions simpleSendEmailOptions) throws ApiException
simpleSendEmailOptions
- (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> sendEmailSimpleWithHttpInfo(SimpleSendEmailOptions simpleSendEmailOptions) throws ApiException
simpleSendEmailOptions
- (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 sendEmailSimpleAsync(SimpleSendEmailOptions simpleSendEmailOptions, ApiCallback<Void> _callback) throws ApiException
simpleSendEmailOptions
- (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.