/AWS1/CL_IOWLISTQUEUEDMSGSRSP¶
ListQueuedMessagesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IOWNEXTTOKEN /AWS1/IOWNEXTTOKEN¶
To retrieve the next set of results, the
nextTokenvalue from a previous response; otherwise null to receive the first set of results.
it_downlinkqueuemessageslist TYPE /AWS1/CL_IOWDOWNLINKQUEUEMSG=>TT_DOWNLINKQUEUEMESSAGESLIST TT_DOWNLINKQUEUEMESSAGESLIST¶
The messages in the downlink queue.
Queryable Attributes¶
NextToken¶
To retrieve the next set of results, the
nextTokenvalue from a previous response; otherwise null to receive the first set 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 |
DownlinkQueueMessagesList¶
The messages in the downlink queue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOWNLINKQUEUEMSGSLIST() |
Getter for DOWNLINKQUEUEMESSAGESLIST, with configurable defa |
ASK_DOWNLINKQUEUEMSGSLIST() |
Getter for DOWNLINKQUEUEMESSAGESLIST w/ exceptions if field |
HAS_DOWNLINKQUEUEMSGSLIST() |
Determine if DOWNLINKQUEUEMESSAGESLIST has a value |