/AWS1/CL_IDSEMAIL¶
The email address associated with the user.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_value TYPE /AWS1/IDSSENSITIVESTRINGTYPE /AWS1/IDSSENSITIVESTRINGTYPE¶
A string containing an email address. For example, "johndoe@amazon.com."
iv_type TYPE /AWS1/IDSSENSITIVESTRINGTYPE /AWS1/IDSSENSITIVESTRINGTYPE¶
A string representing the type of address. For example, "Work."
iv_primary TYPE /AWS1/IDSSENSITIVEBOOLEANTYPE /AWS1/IDSSENSITIVEBOOLEANTYPE¶
A Boolean value representing whether this is the primary email address for the associated resource.
Queryable Attributes¶
Value¶
A string containing an email address. For example, "johndoe@amazon.com."
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
Type¶
A string representing the type of address. For example, "Work."
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Primary¶
A Boolean value representing whether this is the primary email address for the associated resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIMARY() |
Getter for PRIMARY |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EMAILS¶
TYPES TT_EMAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IDSEMAIL WITH DEFAULT KEY
.