/AWS1/CL_CNTSEARCHNOTIFSRSP¶
SearchNotificationsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_notifications TYPE /AWS1/CL_CNTNOTIFSEARCHSUMMARY=>TT_NOTIFSEARCHSUMMARYLIST TT_NOTIFSEARCHSUMMARYLIST¶
A list of notifications matching the search criteria.
iv_nexttoken TYPE /AWS1/CNTNEXTTOKEN /AWS1/CNTNEXTTOKEN¶
The token for the next set of results. If present, there are more results available.
iv_approximatetotalcount TYPE /AWS1/CNTAPPROXIMATETOTALCOUNT /AWS1/CNTAPPROXIMATETOTALCOUNT¶
The approximate total number of notifications matching the search criteria.
Queryable Attributes¶
Notifications¶
A list of notifications matching the search criteria.
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¶
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 |
ApproximateTotalCount¶
The approximate total number of notifications matching the search criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPROXIMATETOTALCOUNT() |
Getter for APPROXIMATETOTALCOUNT, with configurable default |
ASK_APPROXIMATETOTALCOUNT() |
Getter for APPROXIMATETOTALCOUNT w/ exceptions if field has |
HAS_APPROXIMATETOTALCOUNT() |
Determine if APPROXIMATETOTALCOUNT has a value |