/AWS1/CL_QQCLISTSPANSRESPONSE¶
ListSpansResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_spans TYPE /AWS1/CL_QQCSPAN=>TT_SPANLIST TT_SPANLIST¶
Array of span objects for the session
Optional arguments:¶
iv_nexttoken TYPE /AWS1/QQCNEXTTOKEN /AWS1/QQCNEXTTOKEN¶
Pagination token for retrieving additional results
Queryable Attributes¶
spans¶
Array of span objects for the session
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPANS() |
Getter for SPANS, with configurable default |
ASK_SPANS() |
Getter for SPANS w/ exceptions if field has no value |
HAS_SPANS() |
Determine if SPANS has a value |
nextToken¶
Pagination token for retrieving additional 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 |