DomainControllerApi class
Constructors
- DomainControllerApi([ApiClient? apiClient])
Properties
Methods
-
addDomainWildcardCatchAll(
String id) → Future< DomainDto?> - Add catch all wild card inbox to domain
-
addDomainWildcardCatchAllWithHttpInfo(
String id) → Future< Response> - Add catch all wild card inbox to domain
-
createDomain(
CreateDomainOptions createDomainOptions) → Future< DomainDto?> - Create Domain
-
createDomainWithHttpInfo(
CreateDomainOptions createDomainOptions) → Future< Response> - Create Domain
-
deleteDomain(
String id) → Future< List< String> ?> - Delete a domain
-
deleteDomainWithHttpInfo(
String id) → Future< Response> - Delete a domain
-
getDomain(
String id, {bool? checkForErrors}) → Future< DomainDto?> - Get a domain
-
getDomainIssues(
) → Future< DomainIssuesDto?> - Get domain issues
-
getDomainIssuesWithHttpInfo(
) → Future< Response> - Get domain issues
-
getDomains(
) → Future< List< DomainPreview> ?> - Get domains
-
getDomainsWithHttpInfo(
) → Future< Response> - Get domains
-
getDomainWildcardCatchAllInbox(
String id) → Future< InboxDto?> - Get catch all wild card inbox for domain
-
getDomainWildcardCatchAllInboxWithHttpInfo(
String id) → Future< Response> - Get catch all wild card inbox for domain
-
getDomainWithHttpInfo(
String id, {bool? checkForErrors}) → Future< Response> - Get 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
-
updateDomain(
String id, UpdateDomainOptions updateDomainOptions) → Future< DomainDto?> - Update a domain
-
updateDomainWithHttpInfo(
String id, UpdateDomainOptions updateDomainOptions) → Future< Response> - Update a domain
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited