public class MailServerControllerApi extends Object
| Constructor and Description |
|---|
MailServerControllerApi() |
MailServerControllerApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
DescribeMailServerDomainResult |
describeMailServerDomain(DescribeDomainOptions describeOptions)
Get DNS Mail Server records for a domain
|
okhttp3.Call |
describeMailServerDomainAsync(DescribeDomainOptions describeOptions,
ApiCallback<DescribeMailServerDomainResult> _callback)
Get DNS Mail Server records for a domain (asynchronously)
|
okhttp3.Call |
describeMailServerDomainCall(DescribeDomainOptions describeOptions,
ApiCallback _callback)
Build call for describeMailServerDomain
|
ApiResponse<DescribeMailServerDomainResult> |
describeMailServerDomainWithHttpInfo(DescribeDomainOptions describeOptions)
Get DNS Mail Server records for a domain
|
ApiClient |
getApiClient() |
DNSLookupResults |
getDnsLookup(DNSLookupOptions dnsLookupOptions)
Lookup DNS records for a domain
|
okhttp3.Call |
getDnsLookupAsync(DNSLookupOptions dnsLookupOptions,
ApiCallback<DNSLookupResults> _callback)
Lookup DNS records for a domain (asynchronously)
|
okhttp3.Call |
getDnsLookupCall(DNSLookupOptions dnsLookupOptions,
ApiCallback _callback)
Build call for getDnsLookup
|
ApiResponse<DNSLookupResults> |
getDnsLookupWithHttpInfo(DNSLookupOptions dnsLookupOptions)
Lookup DNS records for a domain
|
IPAddressResult |
getIpAddress(String name)
Get IP address for a domain
|
okhttp3.Call |
getIpAddressAsync(String name,
ApiCallback<IPAddressResult> _callback)
Get IP address for a domain (asynchronously)
|
okhttp3.Call |
getIpAddressCall(String name,
ApiCallback _callback)
Build call for getIpAddress
|
ApiResponse<IPAddressResult> |
getIpAddressWithHttpInfo(String name)
Get IP address for a domain
|
void |
setApiClient(ApiClient apiClient) |
EmailVerificationResult |
verifyEmailAddress(VerifyEmailAddressOptions verifyOptions)
Verify the existence of an email address at a given mail server.
|
okhttp3.Call |
verifyEmailAddressAsync(VerifyEmailAddressOptions verifyOptions,
ApiCallback<EmailVerificationResult> _callback)
Verify the existence of an email address at a given mail server.
|
okhttp3.Call |
verifyEmailAddressCall(VerifyEmailAddressOptions verifyOptions,
ApiCallback _callback)
Build call for verifyEmailAddress
|
ApiResponse<EmailVerificationResult> |
verifyEmailAddressWithHttpInfo(VerifyEmailAddressOptions verifyOptions)
Verify the existence of an email address at a given mail server.
|
public MailServerControllerApi()
public MailServerControllerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call describeMailServerDomainCall(DescribeDomainOptions describeOptions, ApiCallback _callback) throws ApiException
describeOptions - describeOptions (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | OK | - |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public DescribeMailServerDomainResult describeMailServerDomain(DescribeDomainOptions describeOptions) throws ApiException
describeOptions - describeOptions (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 | - |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public ApiResponse<DescribeMailServerDomainResult> describeMailServerDomainWithHttpInfo(DescribeDomainOptions describeOptions) throws ApiException
describeOptions - describeOptions (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 | - |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public okhttp3.Call describeMailServerDomainAsync(DescribeDomainOptions describeOptions, ApiCallback<DescribeMailServerDomainResult> _callback) throws ApiException
describeOptions - describeOptions (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 | - |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public okhttp3.Call getDnsLookupCall(DNSLookupOptions dnsLookupOptions, ApiCallback _callback) throws ApiException
dnsLookupOptions - dnsLookupOptions (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | OK | - |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public DNSLookupResults getDnsLookup(DNSLookupOptions dnsLookupOptions) throws ApiException
dnsLookupOptions - dnsLookupOptions (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 | - |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public ApiResponse<DNSLookupResults> getDnsLookupWithHttpInfo(DNSLookupOptions dnsLookupOptions) throws ApiException
dnsLookupOptions - dnsLookupOptions (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 | - |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public okhttp3.Call getDnsLookupAsync(DNSLookupOptions dnsLookupOptions, ApiCallback<DNSLookupResults> _callback) throws ApiException
dnsLookupOptions - dnsLookupOptions (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 | - |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public okhttp3.Call getIpAddressCall(String name, ApiCallback _callback) throws ApiException
name - name (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | OK | - |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public IPAddressResult getIpAddress(String name) throws ApiException
name - name (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 | - |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public ApiResponse<IPAddressResult> getIpAddressWithHttpInfo(String name) throws ApiException
name - name (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 | - |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public okhttp3.Call getIpAddressAsync(String name, ApiCallback<IPAddressResult> _callback) throws ApiException
name - name (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 | - |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public okhttp3.Call verifyEmailAddressCall(VerifyEmailAddressOptions verifyOptions, ApiCallback _callback) throws ApiException
verifyOptions - verifyOptions (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | OK | - |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public EmailVerificationResult verifyEmailAddress(VerifyEmailAddressOptions verifyOptions) throws ApiException
verifyOptions - verifyOptions (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 | - |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public ApiResponse<EmailVerificationResult> verifyEmailAddressWithHttpInfo(VerifyEmailAddressOptions verifyOptions) throws ApiException
verifyOptions - verifyOptions (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 | - |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
public okhttp3.Call verifyEmailAddressAsync(VerifyEmailAddressOptions verifyOptions, ApiCallback<EmailVerificationResult> _callback) throws ApiException
verifyOptions - verifyOptions (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 | - |
| 201 | Created | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
Copyright © 2021. All rights reserved.