/AWS1/CL_MDCGETJOBSQUERYRSSRSP¶
GetJobsQueryResultsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_jobs TYPE /AWS1/CL_MDCJOB=>TT___LISTOFJOB TT___LISTOFJOB¶
List of jobs.
iv_nexttoken TYPE /AWS1/MDC__STRING /AWS1/MDC__STRING¶
Use this string to request the next batch of jobs via the StartJobsQuery API.
iv_status TYPE /AWS1/MDCJOBSQUERYSTATUS /AWS1/MDCJOBSQUERYSTATUS¶
The status of the jobs query.
Queryable Attributes¶
Jobs¶
List of jobs.
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¶
Use this string to request the next batch of jobs via the StartJobsQuery API.
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 |
Status¶
The status of the jobs query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |