/AWS1/CL_IOSLISTTASKSRESPONSE¶
Response structure for ListTasks operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_tasksummaries TYPE /AWS1/CL_IOSTASKSUMMARY=>TT_TASKSUMMARIES TT_TASKSUMMARIES¶
A list that summarizes each task in the workspace.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IOSPAGINATIONTOKEN /AWS1/IOSPAGINATIONTOKEN¶
The token to be used for the next set of paginated results.
Queryable Attributes¶
taskSummaries¶
A list that summarizes each task in the workspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKSUMMARIES() |
Getter for TASKSUMMARIES, with configurable default |
ASK_TASKSUMMARIES() |
Getter for TASKSUMMARIES w/ exceptions if field has no value |
HAS_TASKSUMMARIES() |
Determine if TASKSUMMARIES has a value |
nextToken¶
The token to be used for the next set of paginated 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 |