/AWS1/CL_EMSLISTSESSRESPONSE¶
ListSessionsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_sessions TYPE /AWS1/CL_EMSSESSIONSUMMARY=>TT_SESSIONS TT_SESSIONS¶
The output lists information about the specified sessions.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/EMSNEXTTOKEN /AWS1/EMSNEXTTOKEN¶
The output displays the token for the next set of session results. This is required for pagination and is available as a response of the previous request.
Queryable Attributes¶
sessions¶
The output lists information about the specified sessions.
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 output displays the token for the next set of session results. This is required for pagination and is available as a response of the previous request.
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 |