/AWS1/CL_DBRLISTJOBSRESPONSE¶
ListJobsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_jobs TYPE /AWS1/CL_DBRJOB=>TT_JOBLIST TT_JOBLIST¶
A list of jobs that are defined.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/DBRNEXTTOKEN /AWS1/DBRNEXTTOKEN¶
A token that you can use in a subsequent call to retrieve the next set of results.
Queryable Attributes¶
Jobs¶
A list of jobs that are defined.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBS() |
Getter for JOBS, with configurable default |
ASK_JOBS() |
Getter for JOBS w/ exceptions if field has no value |
HAS_JOBS() |
Determine if JOBS has a value |
NextToken¶
A token that you can use in a subsequent call to retrieve the next set of 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 |