/AWS1/CL_TBDLSTSESSSFORWORKE01¶
Shared pagination field for List operation outputs (nextToken).
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_sessions TYPE /AWS1/CL_TBDWORKERSESSSUMMARY=>TT_LISTSESSIONSFORWORKERSUMS TT_LISTSESSIONSFORWORKERSUMS¶
The sessions in the response.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/TBDNEXTTOKEN /AWS1/TBDNEXTTOKEN¶
The token for the next set of results, or
nullto start from the beginning.
Queryable Attributes¶
sessions¶
The sessions in the response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONS() |
Getter for SESSIONS, with configurable default |
ASK_SESSIONS() |
Getter for SESSIONS w/ exceptions if field has no value |
HAS_SESSIONS() |
Determine if SESSIONS has a value |
nextToken¶
The token for the next set of results, or
nullto start from the beginning.
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 |