/AWS1/CL_PTSLSTPSPFRMENGTASRSP¶
Represents the response structure containing a paginated list of prospecting task summaries matching the request filters. Indicates through NextToken when additional results are available.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_tasksummaries TYPE /AWS1/CL_PTSPROSPCTTASKSUMMARY=>TT_PROSPECTINGTASKSUMMARYLIST TT_PROSPECTINGTASKSUMMARYLIST¶
Prospecting task summaries matching the specified filters. Each summary includes the task identifier, name, status counters, and timing information. If no tasks match the filter criteria, the list is empty.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/PTSSTRING /AWS1/PTSSTRING¶
A pagination token used to retrieve the next page of results. If this field is present, pass its value as
NextTokenin the next call. If absent or empty, there are no further pages.
Queryable Attributes¶
NextToken¶
A pagination token used to retrieve the next page of results. If this field is present, pass its value as
NextTokenin the next call. If absent or empty, there are no further pages.
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 |
TaskSummaries¶
Prospecting task summaries matching the specified filters. Each summary includes the task identifier, name, status counters, and timing information. If no tasks match the filter criteria, the list is empty.
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 |