/AWS1/CL_AMUEXPORTTHEMESRSP¶
ExportThemesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_entities TYPE /AWS1/CL_AMUTHEME=>TT_THEMELIST TT_THEMELIST¶
Represents the configuration of the exported themes.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/AMUSTRING /AWS1/AMUSTRING¶
The pagination token that's included if more results are available.
Queryable Attributes¶
entities¶
Represents the configuration of the exported themes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTITIES() |
Getter for ENTITIES, with configurable default |
ASK_ENTITIES() |
Getter for ENTITIES w/ exceptions if field has no value |
HAS_ENTITIES() |
Determine if ENTITIES has a value |
nextToken¶
The pagination token that's included if more results are available.
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 |