/AWS1/CL_BRKSEARCHDEVICESRSP¶
SearchDevicesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_devices TYPE /AWS1/CL_BRKDEVICESUMMARY=>TT_DEVICESUMMARYLIST TT_DEVICESUMMARYLIST¶
An array of
DeviceSummaryobjects 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 search where the previous request ended.
Queryable Attributes¶
devices¶
An array of
DeviceSummaryobjects for devices that match the specified filter values.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVICES() |
Getter for DEVICES, with configurable default |
ASK_DEVICES() |
Getter for DEVICES w/ exceptions if field has no value |
HAS_DEVICES() |
Determine if DEVICES 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 |