/AWS1/CL_MDILSTDICTIONARIESRSP¶
ListDictionariesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_dictionaries TYPE /AWS1/CL_MDIDICTIONARYSUMMARY=>TT_DICTIONARYSUMMARYLIST TT_DICTIONARYSUMMARYLIST¶
A list of DictionarySummary objects.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/MDISTRING /AWS1/MDISTRING¶
The token to use to retrieve the next batch of results.
Queryable Attributes¶
dictionaries¶
A list of DictionarySummary objects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DICTIONARIES() |
Getter for DICTIONARIES, with configurable default |
ASK_DICTIONARIES() |
Getter for DICTIONARIES w/ exceptions if field has no value |
HAS_DICTIONARIES() |
Determine if DICTIONARIES has a value |
nextToken¶
The token to use to retrieve the next batch of 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 |