/AWS1/CL_FNDLISTDATASETSRSP¶
Response for the ListDatasets operation
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_datasets TYPE /AWS1/CL_FNDDATASET=>TT_DATASETLIST TT_DATASETLIST¶
List of Datasets.
iv_nexttoken TYPE /AWS1/FNDPAGINATIONTOKEN /AWS1/FNDPAGINATIONTOKEN¶
A token that indicates where a results page should begin.
Queryable Attributes¶
datasets¶
List of Datasets.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETS() |
Getter for DATASETS, with configurable default |
ASK_DATASETS() |
Getter for DATASETS w/ exceptions if field has no value |
HAS_DATASETS() |
Determine if DATASETS has a value |
nextToken¶
A token that indicates where a results page should begin.
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 |