/AWS1/CL_GLULISTSCHEMASRSP¶
ListSchemasResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_schemas TYPE /AWS1/CL_GLUSCHEMALISTITEM=>TT_SCHEMALISTDEFINITION TT_SCHEMALISTDEFINITION¶
An array of
SchemaListItemobjects containing details of each schema.
iv_nexttoken TYPE /AWS1/GLUSCHEMAREGTOKENSTRING /AWS1/GLUSCHEMAREGTOKENSTRING¶
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
Queryable Attributes¶
Schemas¶
An array of
SchemaListItemobjects containing details of each schema.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMAS() |
Getter for SCHEMAS, with configurable default |
ASK_SCHEMAS() |
Getter for SCHEMAS w/ exceptions if field has no value |
HAS_SCHEMAS() |
Determine if SCHEMAS has a value |
NextToken¶
A continuation token for paginating the returned list of tokens, returned if the current segment of the list 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 |