/AWS1/CL_IVRLSTCOMPOSITIONSRSP¶
ListCompositionsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_compositions TYPE /AWS1/CL_IVRCOMPOSITIONSUMMARY=>TT_COMPOSITIONSUMMARYLIST TT_COMPOSITIONSUMMARYLIST¶
List of the matching Compositions (summary information only).
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IVRPAGINATIONTOKEN /AWS1/IVRPAGINATIONTOKEN¶
If there are more compositions than
maxResults, usenextTokenin the request to get the next set.
Queryable Attributes¶
compositions¶
List of the matching Compositions (summary information only).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPOSITIONS() |
Getter for COMPOSITIONS, with configurable default |
ASK_COMPOSITIONS() |
Getter for COMPOSITIONS w/ exceptions if field has no value |
HAS_COMPOSITIONS() |
Determine if COMPOSITIONS has a value |
nextToken¶
If there are more compositions than
maxResults, usenextTokenin the request to get the next set.
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 |