Skip to content

/AWS1/CL_BRKSEARCHJOBSRESPONSE

SearchJobsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IT_JOBS TYPE /AWS1/CL_BRKJOBSUMMARY=>TT_JOBSUMMARYLIST TT_JOBSUMMARYLIST

An array of JobSummary objects 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 null if there are no additional results. Use the token value in a subsequent request to continue results where the previous request ended.


Queryable Attributes

jobs

An array of JobSummary objects 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 null if there are no additional results. Use the token value in a subsequent request to continue results 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