/AWS1/CL_IVRLSTPARTICIPANTSRSP¶
ListParticipantsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_participants TYPE /AWS1/CL_IVRPARTICIPANTSUMMARY=>TT_PARTICIPANTLIST TT_PARTICIPANTLIST¶
List of the matching participants (summary information only).
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IVRPAGINATIONTOKEN /AWS1/IVRPAGINATIONTOKEN¶
If there are more participants than
maxResults, usenextTokenin the request to get the next set.
Queryable Attributes¶
participants¶
List of the matching participants (summary information only).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTICIPANTS() |
Getter for PARTICIPANTS, with configurable default |
ASK_PARTICIPANTS() |
Getter for PARTICIPANTS w/ exceptions if field has no value |
HAS_PARTICIPANTS() |
Determine if PARTICIPANTS has a value |
nextToken¶
If there are more participants 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 |