/AWS1/CL_CNTEMAILADDRESSMET¶
Contains information about an email address for a contact center.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_emailaddressid TYPE /AWS1/CNTEMAILADDRESSID /AWS1/CNTEMAILADDRESSID¶
The identifier of the email address.
iv_emailaddressarn TYPE /AWS1/CNTEMAILADDRESSARN /AWS1/CNTEMAILADDRESSARN¶
The Amazon Resource Name (ARN) of the email address.
iv_emailaddress TYPE /AWS1/CNTEMAILADDRESS /AWS1/CNTEMAILADDRESS¶
The email address, including the domain.
iv_description TYPE /AWS1/CNTDESCRIPTION /AWS1/CNTDESCRIPTION¶
The description of the email address.
iv_displayname TYPE /AWS1/CNTEMAILADDRESSDSPNAME /AWS1/CNTEMAILADDRESSDSPNAME¶
The display name of email address.
it_aliasconfigurations TYPE /AWS1/CL_CNTALIASCONFIGURATION=>TT_ALIASCONFIGURATIONLIST TT_ALIASCONFIGURATIONLIST¶
A list of alias configurations for this email address, showing which email addresses forward to this primary address. Each configuration contains the email address ID of an alias that forwards emails to this address.
Queryable Attributes¶
EmailAddressId¶
The identifier of the email address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EMAILADDRESSID() |
Getter for EMAILADDRESSID, with configurable default |
ASK_EMAILADDRESSID() |
Getter for EMAILADDRESSID w/ exceptions if field has no valu |
HAS_EMAILADDRESSID() |
Determine if EMAILADDRESSID has a value |
EmailAddressArn¶
The Amazon Resource Name (ARN) of the email address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EMAILADDRESSARN() |
Getter for EMAILADDRESSARN, with configurable default |
ASK_EMAILADDRESSARN() |
Getter for EMAILADDRESSARN w/ exceptions if field has no val |
HAS_EMAILADDRESSARN() |
Determine if EMAILADDRESSARN has a value |
EmailAddress¶
The email address, including the domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EMAILADDRESS() |
Getter for EMAILADDRESS, with configurable default |
ASK_EMAILADDRESS() |
Getter for EMAILADDRESS w/ exceptions if field has no value |
HAS_EMAILADDRESS() |
Determine if EMAILADDRESS has a value |
Description¶
The description of the email address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
DisplayName¶
The display name of email address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
AliasConfigurations¶
A list of alias configurations for this email address, showing which email addresses forward to this primary address. Each configuration contains the email address ID of an alias that forwards emails to this address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALIASCONFIGURATIONS() |
Getter for ALIASCONFIGURATIONS, with configurable default |
ASK_ALIASCONFIGURATIONS() |
Getter for ALIASCONFIGURATIONS w/ exceptions if field has no |
HAS_ALIASCONFIGURATIONS() |
Determine if ALIASCONFIGURATIONS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EMAILADDRESSLIST¶
TYPES TT_EMAILADDRESSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTEMAILADDRESSMET WITH DEFAULT KEY
.