-
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 describeDomainOptions)Get DNS Mail Server records for a domain final RequestConfigdescribeMailServerDomainRequestConfig(DescribeDomainOptions describeDomainOptions)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 verifyEmailAddressOptions)Verify the existence of an email address at a given mail server. final RequestConfigverifyEmailAddressRequestConfig(VerifyEmailAddressOptions verifyEmailAddressOptions)To obtain the request config of the operation verifyEmailAddress -
-
Method Detail
-
getBaseUrl
final String getBaseUrl()
-
describeMailServerDomain
final DescribeMailServerDomainResult describeMailServerDomain(DescribeDomainOptions describeDomainOptions)
Get DNS Mail Server records for a domain
-
describeMailServerDomainRequestConfig
final RequestConfig describeMailServerDomainRequestConfig(DescribeDomainOptions describeDomainOptions)
To obtain the request config of the operation describeMailServerDomain
-
getDnsLookup
final DNSLookupResults getDnsLookup(DNSLookupOptions dnSLookupOptions)
Lookup DNS records for a domain
-
getDnsLookupRequestConfig
final RequestConfig getDnsLookupRequestConfig(DNSLookupOptions dnSLookupOptions)
To obtain the request config of the operation getDnsLookup
-
getIpAddress
final IPAddressResult getIpAddress(String name)
Get IP address for a domain
-
getIpAddressRequestConfig
final RequestConfig getIpAddressRequestConfig(String name)
To obtain the request config of the operation getIpAddress
-
verifyEmailAddress
final EmailVerificationResult verifyEmailAddress(VerifyEmailAddressOptions verifyEmailAddressOptions)
Verify the existence of an email address at a given mail server.
-
verifyEmailAddressRequestConfig
final RequestConfig verifyEmailAddressRequestConfig(VerifyEmailAddressOptions verifyEmailAddressOptions)
To obtain the request config of the operation verifyEmailAddress
-
-
-
-