public class MailServerControllerApi extends Object
Constructor and Description |
---|
MailServerControllerApi() |
MailServerControllerApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
DescribeMailServerDomainResult |
describeMailServerDomain(DescribeDomainOptions describeDomainOptions)
Get DNS Mail Server records for a domain
|
okhttp3.Call |
describeMailServerDomainAsync(DescribeDomainOptions describeDomainOptions,
ApiCallback<DescribeMailServerDomainResult> _callback)
Get DNS Mail Server records for a domain (asynchronously)
|
okhttp3.Call |
describeMailServerDomainCall(DescribeDomainOptions describeDomainOptions,
ApiCallback _callback)
Build call for describeMailServerDomain
|
ApiResponse<DescribeMailServerDomainResult> |
describeMailServerDomainWithHttpInfo(DescribeDomainOptions describeDomainOptions)
Get DNS Mail Server records for a domain
|
ApiClient |
getApiClient() |
String |
getCustomBaseUrl() |
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
|
int |
getHostIndex() |
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) |
void |
setCustomBaseUrl(String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
EmailVerificationResult |
verifyEmailAddress(VerifyEmailAddressOptions verifyEmailAddressOptions)
Deprecated.
|
okhttp3.Call |
verifyEmailAddressAsync(VerifyEmailAddressOptions verifyEmailAddressOptions,
ApiCallback<EmailVerificationResult> _callback)
Deprecated.
|
okhttp3.Call |
verifyEmailAddressCall(VerifyEmailAddressOptions verifyEmailAddressOptions,
ApiCallback _callback)
Deprecated.
|
ApiResponse<EmailVerificationResult> |
verifyEmailAddressWithHttpInfo(VerifyEmailAddressOptions verifyEmailAddressOptions)
Deprecated.
|
public MailServerControllerApi()
public MailServerControllerApi(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 describeMailServerDomainCall(DescribeDomainOptions describeDomainOptions, ApiCallback _callback) throws ApiException
describeDomainOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public DescribeMailServerDomainResult describeMailServerDomain(DescribeDomainOptions describeDomainOptions) throws ApiException
describeDomainOptions
- (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<DescribeMailServerDomainResult> describeMailServerDomainWithHttpInfo(DescribeDomainOptions describeDomainOptions) throws ApiException
describeDomainOptions
- (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 describeMailServerDomainAsync(DescribeDomainOptions describeDomainOptions, ApiCallback<DescribeMailServerDomainResult> _callback) throws ApiException
describeDomainOptions
- (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 getDnsLookupCall(DNSLookupOptions dnSLookupOptions, ApiCallback _callback) throws ApiException
dnSLookupOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public DNSLookupResults getDnsLookup(DNSLookupOptions dnSLookupOptions) throws ApiException
dnSLookupOptions
- (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<DNSLookupResults> getDnsLookupWithHttpInfo(DNSLookupOptions dnSLookupOptions) throws ApiException
dnSLookupOptions
- (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 getDnsLookupAsync(DNSLookupOptions dnSLookupOptions, ApiCallback<DNSLookupResults> _callback) throws ApiException
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 objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getIpAddressCall(String name, ApiCallback _callback) throws ApiException
name
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public IPAddressResult getIpAddress(String name) throws ApiException
name
- (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<IPAddressResult> getIpAddressWithHttpInfo(String name) throws ApiException
name
- (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 getIpAddressAsync(String name, ApiCallback<IPAddressResult> _callback) throws ApiException
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 objectStatus Code | Description | Response Headers |
200 | OK | - |
@Deprecated public okhttp3.Call verifyEmailAddressCall(VerifyEmailAddressOptions verifyEmailAddressOptions, ApiCallback _callback) throws ApiException
verifyEmailAddressOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
@Deprecated public EmailVerificationResult verifyEmailAddress(VerifyEmailAddressOptions verifyEmailAddressOptions) throws ApiException
verifyEmailAddressOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
@Deprecated public ApiResponse<EmailVerificationResult> verifyEmailAddressWithHttpInfo(VerifyEmailAddressOptions verifyEmailAddressOptions) throws ApiException
verifyEmailAddressOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
@Deprecated public okhttp3.Call verifyEmailAddressAsync(VerifyEmailAddressOptions verifyEmailAddressOptions, ApiCallback<EmailVerificationResult> _callback) throws ApiException
verifyEmailAddressOptions
- (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.