Skip to content

/AWS1/CL_CNTLISTUSERNOTIFSRSP

ListUserNotificationsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_usernotifications TYPE /AWS1/CL_CNTUSERNOTIFSUMMARY=>TT_USERNOTIFICATIONSUMMARYLIST TT_USERNOTIFICATIONSUMMARYLIST

A list of notifications sent to the specified user.

iv_nexttoken TYPE /AWS1/CNTNEXTTOKEN /AWS1/CNTNEXTTOKEN

The token for the next set of results. If present, there are more results available.


Queryable Attributes

UserNotifications

A list of notifications sent to the specified user.

Accessible with the following methods

Method Description
GET_USERNOTIFICATIONS() Getter for USERNOTIFICATIONS, with configurable default
ASK_USERNOTIFICATIONS() Getter for USERNOTIFICATIONS w/ exceptions if field has no v
HAS_USERNOTIFICATIONS() Determine if USERNOTIFICATIONS has a value

NextToken

The token for the next set of results. If present, there are more results available.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value