/AWS1/CL_NWPLISTDEVICEIDSRSP¶
ListDeviceIdentifiersResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_deviceidentifiers TYPE /AWS1/CL_NWPDEVICEIDENTIFIER=>TT_DEVICEIDENTIFIERLIST TT_DEVICEIDENTIFIERLIST¶
Information about the device identifiers.
iv_nexttoken TYPE /AWS1/NWPPAGINATIONTOKEN /AWS1/NWPPAGINATIONTOKEN¶
The token for the next page of results.
Queryable Attributes¶
deviceIdentifiers¶
Information about the device identifiers.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_DEVICEIDENTIFIERS() | Getter for DEVICEIDENTIFIERS, with configurable default | 
| ASK_DEVICEIDENTIFIERS() | Getter for DEVICEIDENTIFIERS w/ exceptions if field has no v | 
| HAS_DEVICEIDENTIFIERS() | Determine if DEVICEIDENTIFIERS has a value | 
nextToken¶
The token for the next page of 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 |