-
public final class MailServerControllerApi extends ApiClient
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMailServerControllerApi.Companion
-
Constructor Summary
Constructors Constructor Description MailServerControllerApi(String xApiKey, String basePath)
-
Method Summary
Modifier and Type Method Description final StringgetBaseUrl()final DescribeMailServerDomainResultdescribeMailServerDomain(DescribeDomainOptions describeOptions)Get DNS Mail Server records for a domain final RequestConfigdescribeMailServerDomainRequestConfig(DescribeDomainOptions describeOptions)To obtain the request config of the operation describeMailServerDomain final DNSLookupResultsgetDnsLookup(DNSLookupOptions dnsLookupOptions)Lookup DNS records for a domain final RequestConfiggetDnsLookupRequestConfig(DNSLookupOptions dnsLookupOptions)To obtain the request config of the operation getDnsLookup final IPAddressResultgetIpAddress(String name)Get IP address for a domain final RequestConfiggetIpAddressRequestConfig(String name)To obtain the request config of the operation getIpAddress final EmailVerificationResultverifyEmailAddress(VerifyEmailAddressOptions verifyOptions)Verify the existence of an email address at a given mail server. final RequestConfigverifyEmailAddressRequestConfig(VerifyEmailAddressOptions verifyOptions)To obtain the request config of the operation verifyEmailAddress -
-
Method Detail
-
getBaseUrl
final String getBaseUrl()
-
describeMailServerDomain
final DescribeMailServerDomainResult describeMailServerDomain(DescribeDomainOptions describeOptions)
Get DNS Mail Server records for a domain
- Parameters:
describeOptions- describeOptions
-
describeMailServerDomainRequestConfig
final RequestConfig describeMailServerDomainRequestConfig(DescribeDomainOptions describeOptions)
To obtain the request config of the operation describeMailServerDomain
- Parameters:
describeOptions- describeOptions
-
getDnsLookup
final DNSLookupResults getDnsLookup(DNSLookupOptions dnsLookupOptions)
Lookup DNS records for a domain
- Parameters:
dnsLookupOptions- dnsLookupOptions
-
getDnsLookupRequestConfig
final RequestConfig getDnsLookupRequestConfig(DNSLookupOptions dnsLookupOptions)
To obtain the request config of the operation getDnsLookup
- Parameters:
dnsLookupOptions- dnsLookupOptions
-
getIpAddress
final IPAddressResult getIpAddress(String name)
Get IP address for a domain
- Parameters:
name- name
-
getIpAddressRequestConfig
final RequestConfig getIpAddressRequestConfig(String name)
To obtain the request config of the operation getIpAddress
- Parameters:
name- name
-
verifyEmailAddress
final EmailVerificationResult verifyEmailAddress(VerifyEmailAddressOptions verifyOptions)
Verify the existence of an email address at a given mail server.
- Parameters:
verifyOptions- verifyOptions
-
verifyEmailAddressRequestConfig
final RequestConfig verifyEmailAddressRequestConfig(VerifyEmailAddressOptions verifyOptions)
To obtain the request config of the operation verifyEmailAddress
- Parameters:
verifyOptions- verifyOptions
-
-
-
-