CreateDomainOptionsDomainTypeEnum class
Type of domain. Dictates type of inbox that can be created with domain. HTTP means inboxes are processed using SES while SMTP inboxes use a custom SMTP mail server. SMTP does not support sending so use HTTP for sending emails.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → CreateDomainOptionsDomainTypeEnum? -
listFromJson(
dynamic json, {bool growable = false}) → List< CreateDomainOptionsDomainTypeEnum>
Constants
- HTTP_INBOX → const CreateDomainOptionsDomainTypeEnum
- SMTP_DOMAIN → const CreateDomainOptionsDomainTypeEnum
-
values
→ const List<
CreateDomainOptionsDomainTypeEnum> - List of all possible values in this CreateDomainOptionsDomainTypeEnum.