/AWS1/CL_DZNLISTNOTIFSOUTPUT¶
ListNotificationsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_notifications TYPE /AWS1/CL_DZNNOTIFICATIONOUTPUT=>TT_NOTIFICATIONSLIST TT_NOTIFICATIONSLIST¶
The results of the
ListNotificationsaction.
iv_nexttoken TYPE /AWS1/DZNPAGINATIONTOKEN /AWS1/DZNPAGINATIONTOKEN¶
When the number of notifications is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of notifications, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListNotificationsto list the next set of notifications.
Queryable Attributes¶
notifications¶
The results of the
ListNotificationsaction.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NOTIFICATIONS() |
Getter for NOTIFICATIONS, with configurable default |
ASK_NOTIFICATIONS() |
Getter for NOTIFICATIONS w/ exceptions if field has no value |
HAS_NOTIFICATIONS() |
Determine if NOTIFICATIONS has a value |
nextToken¶
When the number of notifications is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of notifications, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListNotificationsto list the next set of notifications.
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 |