/AWS1/CL_GLUGETENTITYRECSRSP¶
GetEntityRecordsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_records TYPE /AWS1/CL_RT_DOCUMENT=>TT_LIST TT_LIST¶
A list of the requested objects.
iv_nexttoken TYPE /AWS1/GLUNEXTTOKEN /AWS1/GLUNEXTTOKEN¶
A continuation token, present if the current segment is not the last.
Queryable Attributes¶
Records¶
A list of the requested objects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDS() |
Getter for RECORDS, with configurable default |
ASK_RECORDS() |
Getter for RECORDS w/ exceptions if field has no value |
HAS_RECORDS() |
Determine if RECORDS has a value |
NextToken¶
A continuation token, present if the current segment is not the last.
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 |