/AWS1/CL_WISLISTQUICKRSPSRSP¶
ListQuickResponsesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_quickresponsesummaries TYPE /AWS1/CL_WISQUICKRSPSUMMARY=>TT_QUICKRESPONSESUMMARYLIST TT_QUICKRESPONSESUMMARYLIST¶
Summary information about the quick responses.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/WISNONEMPTYSTRING /AWS1/WISNONEMPTYSTRING¶
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Queryable Attributes¶
quickResponseSummaries¶
Summary information about the quick responses.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUICKRESPONSESUMMARIES() |
Getter for QUICKRESPONSESUMMARIES, with configurable default |
ASK_QUICKRESPONSESUMMARIES() |
Getter for QUICKRESPONSESUMMARIES w/ exceptions if field has |
HAS_QUICKRESPONSESUMMARIES() |
Determine if QUICKRESPONSESUMMARIES has a value |
nextToken¶
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
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 |