/AWS1/CL_CWELISTREPLAYSRSP¶
ListReplaysResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_replays TYPE /AWS1/CL_CWEREPLAY=>TT_REPLAYLIST TT_REPLAYLIST¶
An array of
Replayobjects that contain information about the replay.
iv_nexttoken TYPE /AWS1/CWENEXTTOKEN /AWS1/CWENEXTTOKEN¶
The token returned by a previous call to retrieve the next set of results.
Queryable Attributes¶
Replays¶
An array of
Replayobjects that contain information about the replay.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_REPLAYS() | Getter for REPLAYS, with configurable default | 
| ASK_REPLAYS() | Getter for REPLAYS w/ exceptions if field has no value | 
| HAS_REPLAYS() | Determine if REPLAYS has a value | 
NextToken¶
The token returned by a previous call 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 |