MailServerControllerApi class

Constructors

MailServerControllerApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

describeMailServerDomain(DescribeDomainOptions describeDomainOptions) Future<DescribeMailServerDomainResult?>
Get DNS Mail Server records for a domain
describeMailServerDomainWithHttpInfo(DescribeDomainOptions describeDomainOptions) Future<Response>
Get DNS Mail Server records for a domain
getDnsLookup(DNSLookupOptions dNSLookupOptions) Future<DNSLookupResults?>
Lookup DNS records for a domain
getDnsLookupWithHttpInfo(DNSLookupOptions dNSLookupOptions) Future<Response>
Lookup DNS records for a domain
getIpAddress(String name) Future<IPAddressResult?>
Get IP address for a domain
getIpAddressWithHttpInfo(String name) Future<Response>
Get IP address for a domain
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
verifyEmailAddress(VerifyEmailAddressOptions verifyEmailAddressOptions) Future<EmailVerificationResult?>
Deprecated. Use the EmailVerificationController methods for more accurate and reliable functionality. Verify the existence of an email address at a given mail server.
verifyEmailAddressWithHttpInfo(VerifyEmailAddressOptions verifyEmailAddressOptions) Future<Response>
Deprecated. Use the EmailVerificationController methods for more accurate and reliable functionality. Verify the existence of an email address at a given mail server.

Operators

operator ==(Object other) bool
The equality operator.
inherited