/AWS1/CL_CNTWEBNOTIFCONTENT¶
The content of an outbound web notification, including the notification type, the view to render, and any optional attributes used to populate the view.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/CNTNOTIFICATIONTYPE /AWS1/CNTNOTIFICATIONTYPE¶
The type of web notification to send.
Optional arguments:¶
iv_viewarn TYPE /AWS1/CNTVIEWARN /AWS1/CNTVIEWARN¶
The Amazon Resource Name (ARN) of the view to render for the notification.
io_attributes TYPE REF TO /AWS1/CL_CNTCONTENTATTRIBUTES /AWS1/CL_CNTCONTENTATTRIBUTES¶
Optional attributes used to populate the notification content, such as recommender configuration for personalized content.
Queryable Attributes¶
Type¶
The type of web notification to send.
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 |
ViewArn¶
The Amazon Resource Name (ARN) of the view to render for the notification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VIEWARN() |
Getter for VIEWARN, with configurable default |
ASK_VIEWARN() |
Getter for VIEWARN w/ exceptions if field has no value |
HAS_VIEWARN() |
Determine if VIEWARN has a value |
Attributes¶
Optional attributes used to populate the notification content, such as recommender configuration for personalized content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTES() |
Getter for ATTRIBUTES |