public class DomainControllerApi extends Object
Constructor and Description |
---|
DomainControllerApi() |
DomainControllerApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
DomainDto |
addDomainWildcardCatchAll(UUID id)
Add catch all wild card inbox to domain
Add a catch all inbox to a domain so that any emails sent to it that cannot be matched will be sent to the catch all inbox generated
|
okhttp3.Call |
addDomainWildcardCatchAllAsync(UUID id,
ApiCallback<DomainDto> _callback)
Add catch all wild card inbox to domain (asynchronously)
Add a catch all inbox to a domain so that any emails sent to it that cannot be matched will be sent to the catch all inbox generated
|
okhttp3.Call |
addDomainWildcardCatchAllCall(UUID id,
ApiCallback _callback)
Build call for addDomainWildcardCatchAll
|
ApiResponse<DomainDto> |
addDomainWildcardCatchAllWithHttpInfo(UUID id)
Add catch all wild card inbox to domain
Add a catch all inbox to a domain so that any emails sent to it that cannot be matched will be sent to the catch all inbox generated
|
DomainDto |
createDomain(CreateDomainOptions createDomainOptions)
Create Domain
Link a domain that you own with MailSlurp so you can create email addresses using it.
|
okhttp3.Call |
createDomainAsync(CreateDomainOptions createDomainOptions,
ApiCallback<DomainDto> _callback)
Create Domain (asynchronously)
Link a domain that you own with MailSlurp so you can create email addresses using it.
|
okhttp3.Call |
createDomainCall(CreateDomainOptions createDomainOptions,
ApiCallback _callback)
Build call for createDomain
|
ApiResponse<DomainDto> |
createDomainWithHttpInfo(CreateDomainOptions createDomainOptions)
Create Domain
Link a domain that you own with MailSlurp so you can create email addresses using it.
|
List<String> |
deleteDomain(UUID id)
Delete a domain
Delete a domain.
|
okhttp3.Call |
deleteDomainAsync(UUID id,
ApiCallback<List<String>> _callback)
Delete a domain (asynchronously)
Delete a domain.
|
okhttp3.Call |
deleteDomainCall(UUID id,
ApiCallback _callback)
Build call for deleteDomain
|
ApiResponse<List<String>> |
deleteDomainWithHttpInfo(UUID id)
Delete a domain
Delete a domain.
|
ApiClient |
getApiClient() |
String |
getCustomBaseUrl() |
DomainDto |
getDomain(UUID id,
Boolean checkForErrors)
Get a domain
Returns domain verification status and tokens for a given domain
|
okhttp3.Call |
getDomainAsync(UUID id,
Boolean checkForErrors,
ApiCallback<DomainDto> _callback)
Get a domain (asynchronously)
Returns domain verification status and tokens for a given domain
|
okhttp3.Call |
getDomainCall(UUID id,
Boolean checkForErrors,
ApiCallback _callback)
Build call for getDomain
|
DomainIssuesDto |
getDomainIssues()
Get domain issues
List domain issues for domains you have created
|
okhttp3.Call |
getDomainIssuesAsync(ApiCallback<DomainIssuesDto> _callback)
Get domain issues (asynchronously)
List domain issues for domains you have created
|
okhttp3.Call |
getDomainIssuesCall(ApiCallback _callback)
Build call for getDomainIssues
|
ApiResponse<DomainIssuesDto> |
getDomainIssuesWithHttpInfo()
Get domain issues
List domain issues for domains you have created
|
List<DomainPreview> |
getDomains()
Get domains
List all custom domains you have created
|
okhttp3.Call |
getDomainsAsync(ApiCallback<List<DomainPreview>> _callback)
Get domains (asynchronously)
List all custom domains you have created
|
okhttp3.Call |
getDomainsCall(ApiCallback _callback)
Build call for getDomains
|
ApiResponse<List<DomainPreview>> |
getDomainsWithHttpInfo()
Get domains
List all custom domains you have created
|
InboxDto |
getDomainWildcardCatchAllInbox(UUID id)
Get catch all wild card inbox for domain
Get the catch all inbox for a domain for missed emails
|
okhttp3.Call |
getDomainWildcardCatchAllInboxAsync(UUID id,
ApiCallback<InboxDto> _callback)
Get catch all wild card inbox for domain (asynchronously)
Get the catch all inbox for a domain for missed emails
|
okhttp3.Call |
getDomainWildcardCatchAllInboxCall(UUID id,
ApiCallback _callback)
Build call for getDomainWildcardCatchAllInbox
|
ApiResponse<InboxDto> |
getDomainWildcardCatchAllInboxWithHttpInfo(UUID id)
Get catch all wild card inbox for domain
Get the catch all inbox for a domain for missed emails
|
ApiResponse<DomainDto> |
getDomainWithHttpInfo(UUID id,
Boolean checkForErrors)
Get a domain
Returns domain verification status and tokens for a given domain
|
int |
getHostIndex() |
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
DomainDto |
updateDomain(UUID id,
UpdateDomainOptions updateDomainOptions)
Update a domain
Update values on a domain.
|
okhttp3.Call |
updateDomainAsync(UUID id,
UpdateDomainOptions updateDomainOptions,
ApiCallback<DomainDto> _callback)
Update a domain (asynchronously)
Update values on a domain.
|
okhttp3.Call |
updateDomainCall(UUID id,
UpdateDomainOptions updateDomainOptions,
ApiCallback _callback)
Build call for updateDomain
|
ApiResponse<DomainDto> |
updateDomainWithHttpInfo(UUID id,
UpdateDomainOptions updateDomainOptions)
Update a domain
Update values on a domain.
|
public DomainControllerApi()
public DomainControllerApi(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 addDomainWildcardCatchAllCall(UUID id, ApiCallback _callback) throws ApiException
id
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public DomainDto addDomainWildcardCatchAll(UUID id) throws ApiException
id
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<DomainDto> addDomainWildcardCatchAllWithHttpInfo(UUID id) throws ApiException
id
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call addDomainWildcardCatchAllAsync(UUID id, ApiCallback<DomainDto> _callback) throws ApiException
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 objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call createDomainCall(CreateDomainOptions createDomainOptions, ApiCallback _callback) throws ApiException
createDomainOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
201 | Created | - |
public DomainDto createDomain(CreateDomainOptions createDomainOptions) throws ApiException
createDomainOptions
- (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<DomainDto> createDomainWithHttpInfo(CreateDomainOptions createDomainOptions) throws ApiException
createDomainOptions
- (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 createDomainAsync(CreateDomainOptions createDomainOptions, ApiCallback<DomainDto> _callback) throws ApiException
createDomainOptions
- (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 deleteDomainCall(UUID id, ApiCallback _callback) throws ApiException
id
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
204 | No Content | - |
public List<String> deleteDomain(UUID id) throws ApiException
id
- (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<List<String>> deleteDomainWithHttpInfo(UUID id) throws ApiException
id
- (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 deleteDomainAsync(UUID id, ApiCallback<List<String>> _callback) throws ApiException
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 objectStatus Code | Description | Response Headers |
204 | No Content | - |
public okhttp3.Call getDomainCall(UUID id, Boolean checkForErrors, ApiCallback _callback) throws ApiException
id
- (required)checkForErrors
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public DomainDto getDomain(UUID id, Boolean checkForErrors) throws ApiException
id
- (required)checkForErrors
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<DomainDto> getDomainWithHttpInfo(UUID id, Boolean checkForErrors) throws ApiException
id
- (required)checkForErrors
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getDomainAsync(UUID id, Boolean checkForErrors, ApiCallback<DomainDto> _callback) throws ApiException
id
- (required)checkForErrors
- (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 |
200 | OK | - |
public okhttp3.Call getDomainIssuesCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public DomainIssuesDto getDomainIssues() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<DomainIssuesDto> getDomainIssuesWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getDomainIssuesAsync(ApiCallback<DomainIssuesDto> _callback) throws ApiException
_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 |
200 | OK | - |
public okhttp3.Call getDomainWildcardCatchAllInboxCall(UUID id, ApiCallback _callback) throws ApiException
id
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public InboxDto getDomainWildcardCatchAllInbox(UUID id) throws ApiException
id
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<InboxDto> getDomainWildcardCatchAllInboxWithHttpInfo(UUID id) throws ApiException
id
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getDomainWildcardCatchAllInboxAsync(UUID id, ApiCallback<InboxDto> _callback) throws ApiException
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 objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getDomainsCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public List<DomainPreview> getDomains() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<List<DomainPreview>> getDomainsWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getDomainsAsync(ApiCallback<List<DomainPreview>> _callback) throws ApiException
_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 |
200 | OK | - |
public okhttp3.Call updateDomainCall(UUID id, UpdateDomainOptions updateDomainOptions, ApiCallback _callback) throws ApiException
id
- (required)updateDomainOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public DomainDto updateDomain(UUID id, UpdateDomainOptions updateDomainOptions) throws ApiException
id
- (required)updateDomainOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<DomainDto> updateDomainWithHttpInfo(UUID id, UpdateDomainOptions updateDomainOptions) throws ApiException
id
- (required)updateDomainOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call updateDomainAsync(UUID id, UpdateDomainOptions updateDomainOptions, ApiCallback<DomainDto> _callback) throws ApiException
id
- (required)updateDomainOptions
- (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 |
200 | OK | - |
Copyright © 2023. All rights reserved.