/AWS1/CL_MDPLISTHARVESTJOBSRSP¶
ListHarvestJobsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_harvestjobs TYPE /AWS1/CL_MDPHARVESTJOB=>TT___LISTOFHARVESTJOB TT___LISTOFHARVESTJOB¶
A list of HarvestJob records.
iv_nexttoken TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING¶
A token that can be used to resume pagination from the end of the collection.
Queryable Attributes¶
HarvestJobs¶
A list of HarvestJob records.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HARVESTJOBS() |
Getter for HARVESTJOBS, with configurable default |
ASK_HARVESTJOBS() |
Getter for HARVESTJOBS w/ exceptions if field has no value |
HAS_HARVESTJOBS() |
Determine if HARVESTJOBS has a value |
NextToken¶
A token that can be used to resume pagination from the end of the collection.
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 |