/AWS1/CL_IVRLSTPARTICIPANTEV01¶
ListParticipantEventsResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_events
TYPE /AWS1/CL_IVREVENT=>TT_EVENTLIST
TT_EVENTLIST
¶
List of the matching events.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/IVRPAGINATIONTOKEN
/AWS1/IVRPAGINATIONTOKEN
¶
If there are more events than
maxResults
, usenextToken
in the request to get the next set.
Queryable Attributes¶
events¶
List of the matching events.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EVENTS() |
Getter for EVENTS, with configurable default |
ASK_EVENTS() |
Getter for EVENTS w/ exceptions if field has no value |
HAS_EVENTS() |
Determine if EVENTS has a value |
nextToken¶
If there are more events than
maxResults
, usenextToken
in 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 |