/AWS1/CL_SE2SUPEDDSTSUMMARY¶
A summary that describes the suppressed email address.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_emailaddress
TYPE /AWS1/SE2EMAILADDRESS
/AWS1/SE2EMAILADDRESS
¶
The email address that's on the suppression list for your account.
iv_reason
TYPE /AWS1/SE2SUPPRESSIONLISTREASON
/AWS1/SE2SUPPRESSIONLISTREASON
¶
The reason that the address was added to the suppression list for your account.
iv_lastupdatetime
TYPE /AWS1/SE2TIMESTAMP
/AWS1/SE2TIMESTAMP
¶
The date and time when the suppressed destination was last updated, shown in Unix time format.
Queryable Attributes¶
EmailAddress¶
The email address that's on the suppression list for your account.
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 |
Reason¶
The reason that the address was added to the suppression list for your account.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON has a value |
LastUpdateTime¶
The date and time when the suppressed destination was last updated, shown in Unix time format.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTUPDATETIME() |
Getter for LASTUPDATETIME, with configurable default |
ASK_LASTUPDATETIME() |
Getter for LASTUPDATETIME w/ exceptions if field has no valu |
HAS_LASTUPDATETIME() |
Determine if LASTUPDATETIME 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_SUPPRESSEDDSTSUMMARIES
¶
TYPES TT_SUPPRESSEDDSTSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SE2SUPEDDSTSUMMARY WITH DEFAULT KEY
.