/AWS1/CL_BRKSRCHQUANTUMTSKSRSP¶
SearchQuantumTasksResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_quantumtasks TYPE /AWS1/CL_BRKQUANTUMTASKSUMMARY=>TT_QUANTUMTASKSUMMARYLIST TT_QUANTUMTASKSUMMARYLIST¶
An array of
QuantumTaskSummaryobjects for quantum tasks that match the specified filters.
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 search where the previous request ended.
Queryable Attributes¶
quantumTasks¶
An array of
QuantumTaskSummaryobjects for quantum tasks that match the specified filters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUANTUMTASKS() |
Getter for QUANTUMTASKS, with configurable default |
ASK_QUANTUMTASKS() |
Getter for QUANTUMTASKS w/ exceptions if field has no value |
HAS_QUANTUMTASKS() |
Determine if QUANTUMTASKS 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 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 |