/AWS1/CL_OMXLSTREADSETEXPJOB01¶
ListReadSetExportJobsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/OMXNEXTTOKEN /AWS1/OMXNEXTTOKEN¶
A pagination token that's included if more results are available.
it_exportjobs TYPE /AWS1/CL_OMXEXPREADSETJOBDET=>TT_EXPORTREADSETJOBDETAILLIST TT_EXPORTREADSETJOBDETAILLIST¶
A list of jobs.
Queryable Attributes¶
nextToken¶
A pagination token that's included if more results are available.
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 |
exportJobs¶
A list of jobs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTJOBS() |
Getter for EXPORTJOBS, with configurable default |
ASK_EXPORTJOBS() |
Getter for EXPORTJOBS w/ exceptions if field has no value |
HAS_EXPORTJOBS() |
Determine if EXPORTJOBS has a value |