/AWS1/CL_BRKSEARCHJOBSRESPONSE¶
SearchJobsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_jobs TYPE /AWS1/CL_BRKJOBSUMMARY=>TT_JOBSUMMARYLIST TT_JOBSUMMARYLIST¶
An array of
JobSummaryobjects for devices that match the specified filter values.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BRKSTRING /AWS1/BRKSTRING¶
A token used for pagination of results, or
nullif there are no additional results. Use the token value in a subsequent request to continue search where the previous request ended.
Queryable Attributes¶
jobs¶
An array of
JobSummaryobjects for devices that match the specified filter values.
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 used for pagination of results, or
nullif there are no additional results. Use the token value in a subsequent request to continue search where the previous request ended.
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 |