/AWS1/CL_SE2ISPPLACEMENT¶
An object that describes how email sent during the predictive inbox placement test was handled by a certain email provider.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_ISPNAME
TYPE /AWS1/SE2ISPNAME
/AWS1/SE2ISPNAME
¶
The name of the email provider that the inbox placement data applies to.
IO_PLACEMENTSTATISTICS
TYPE REF TO /AWS1/CL_SE2PLACEMENTSTATS
/AWS1/CL_SE2PLACEMENTSTATS
¶
An object that contains inbox placement metrics for a specific email provider.
Queryable Attributes¶
IspName¶
The name of the email provider that the inbox placement data applies to.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ISPNAME() |
Getter for ISPNAME, with configurable default |
ASK_ISPNAME() |
Getter for ISPNAME w/ exceptions if field has no value |
HAS_ISPNAME() |
Determine if ISPNAME has a value |
PlacementStatistics¶
An object that contains inbox placement metrics for a specific email provider.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PLACEMENTSTATISTICS() |
Getter for PLACEMENTSTATISTICS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ISPPLACEMENTS
¶
TYPES TT_ISPPLACEMENTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SE2ISPPLACEMENT WITH DEFAULT KEY
.