/AWS1/CL_BDCLISTSESSIONSOUTPUT¶
ListSessionsOutput
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_sessionsummaries
TYPE /AWS1/CL_BDCSESSIONSUMMARY=>TT_SESSIONSUMMARYLIST
TT_SESSIONSUMMARYLIST
¶
The list of session summaries that match the specified criteria.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/BDCPAGINATIONTOKEN
/AWS1/BDCPAGINATIONTOKEN
¶
The token to use in a subsequent request to get the next set of results. This value is null when there are no more results to return.
Queryable Attributes¶
sessionSummaries¶
The list of session summaries that match the specified criteria.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SESSIONSUMMARIES() |
Getter for SESSIONSUMMARIES, with configurable default |
ASK_SESSIONSUMMARIES() |
Getter for SESSIONSUMMARIES w/ exceptions if field has no va |
HAS_SESSIONSUMMARIES() |
Determine if SESSIONSUMMARIES has a value |
nextToken¶
The token to use in a subsequent request to get the next set of results. This value is null when there are no more results to return.
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 |