/AWS1/CL_PLYLISTLEXICONSOUTPUT¶
ListLexiconsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_lexicons TYPE /AWS1/CL_PLYLEXICONDESCRIPTION=>TT_LEXICONDESCRIPTIONLIST TT_LEXICONDESCRIPTIONLIST¶
A list of lexicon names and attributes.
iv_nexttoken TYPE /AWS1/PLYNEXTTOKEN /AWS1/PLYNEXTTOKEN¶
The pagination token to use in the next request to continue the listing of lexicons.
NextTokenis returned only if the response is truncated.
Queryable Attributes¶
Lexicons¶
A list of lexicon names and attributes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LEXICONS() |
Getter for LEXICONS, with configurable default |
ASK_LEXICONS() |
Getter for LEXICONS w/ exceptions if field has no value |
HAS_LEXICONS() |
Determine if LEXICONS has a value |
NextToken¶
The pagination token to use in the next request to continue the listing of lexicons.
NextTokenis returned only if the response is truncated.
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 |