Skip to content

/AWS1/CL_MD2LISTHARVESTJOBSRSP

The response object containing the list of harvest jobs that match the specified criteria.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_ITEMS TYPE /AWS1/CL_MD2HARVESTJOB=>TT_HARVESTJOBSLIST TT_HARVESTJOBSLIST

An array of harvest job objects that match the specified criteria.

IV_NEXTTOKEN TYPE /AWS1/MD2STRING /AWS1/MD2STRING

A token used for pagination. Include this value in subsequent requests to retrieve the next set of results. If null, there are no more results to retrieve.


Queryable Attributes

Items

An array of harvest job objects that match the specified criteria.

Accessible with the following methods

Method Description
GET_ITEMS() Getter for ITEMS, with configurable default
ASK_ITEMS() Getter for ITEMS w/ exceptions if field has no value
HAS_ITEMS() Determine if ITEMS has a value

NextToken

A token used for pagination. Include this value in subsequent requests to retrieve the next set of results. If null, there are no more results to retrieve.

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