/AWS1/CL_OMXLISTRUNSINBATCHRSP¶
ListRunsInBatchResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_runs TYPE /AWS1/CL_OMXRUNBATCHLISTITEM=>TT_RUNBATCHLIST TT_RUNBATCHLIST¶
A list of run entries in the batch. See
RunBatchListItem.
iv_nexttoken TYPE /AWS1/OMXLISTTOKEN /AWS1/OMXLISTTOKEN¶
A pagination token to retrieve the next page of results. Absent when the last run has been returned.
Queryable Attributes¶
runs¶
A list of run entries in the batch. See
RunBatchListItem.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNS() |
Getter for RUNS, with configurable default |
ASK_RUNS() |
Getter for RUNS w/ exceptions if field has no value |
HAS_RUNS() |
Determine if RUNS has a value |
nextToken¶
A pagination token to retrieve the next page of results. Absent when the last run has been returned.
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 |