/AWS1/CL_TRLLISTIMPORTSRSP¶
ListImportsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_imports TYPE /AWS1/CL_TRLIMPORTSLISTITEM=>TT_IMPORTSLIST TT_IMPORTSLIST¶
The list of returned imports.
iv_nexttoken TYPE /AWS1/TRLPAGINATIONTOKEN /AWS1/TRLPAGINATIONTOKEN¶
A token you can use to get the next page of import results.
Queryable Attributes¶
Imports¶
The list of returned imports.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTS() |
Getter for IMPORTS, with configurable default |
ASK_IMPORTS() |
Getter for IMPORTS w/ exceptions if field has no value |
HAS_IMPORTS() |
Determine if IMPORTS has a value |
NextToken¶
A token you can use to get the next page of import 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 |