/AWS1/CL_WKRLISTDEVFORUSERRSP¶
ListDevicesForUserResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_devices TYPE /AWS1/CL_WKRBASICDEVICEOBJECT=>TT_DEVICES TT_DEVICES¶
A list of device objects associated with the user within the current page.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The token to use for retrieving the next page of results. If this is not present, there are no more results.
Queryable Attributes¶
nextToken¶
The token to use for retrieving the next page of results. If this is not present, there are no more results.
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 |
devices¶
A list of device objects associated with the user within the current page.
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 |