/AWS1/CL_LMDLISTLAYERVRSSRSP¶
ListLayerVersionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nextmarker TYPE /AWS1/LMDSTRING /AWS1/LMDSTRING¶
A pagination token returned when the response doesn't contain all versions.
it_layerversions TYPE /AWS1/CL_LMDLAYERVRSSLISTITEM=>TT_LAYERVERSIONSLIST TT_LAYERVERSIONSLIST¶
A list of versions.
Queryable Attributes¶
NextMarker¶
A pagination token returned when the response doesn't contain all versions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTMARKER() |
Getter for NEXTMARKER, with configurable default |
ASK_NEXTMARKER() |
Getter for NEXTMARKER w/ exceptions if field has no value |
HAS_NEXTMARKER() |
Determine if NEXTMARKER has a value |
LayerVersions¶
A list of versions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAYERVERSIONS() |
Getter for LAYERVERSIONS, with configurable default |
ASK_LAYERVERSIONS() |
Getter for LAYERVERSIONS w/ exceptions if field has no value |
HAS_LAYERVERSIONS() |
Determine if LAYERVERSIONS has a value |