/AWS1/CL_FNTKEYVALUESTORELIST¶
The key value store list.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_maxitems
TYPE /AWS1/FNTINTEGER
/AWS1/FNTINTEGER
¶
The maximum number of items in the key value store list.
iv_quantity
TYPE /AWS1/FNTINTEGER
/AWS1/FNTINTEGER
¶
The quantity of the key value store list.
Optional arguments:¶
iv_nextmarker
TYPE /AWS1/FNTSTRING
/AWS1/FNTSTRING
¶
The next marker associated with the key value store list.
it_items
TYPE /AWS1/CL_FNTKEYVALUESTORE=>TT_KEYVALUESTORESUMMARYLIST
TT_KEYVALUESTORESUMMARYLIST
¶
The items of the key value store list.
Queryable Attributes¶
NextMarker¶
The next marker associated with the key value store list.
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 |
MaxItems¶
The maximum number of items in the key value store list.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MAXITEMS() |
Getter for MAXITEMS, with configurable default |
ASK_MAXITEMS() |
Getter for MAXITEMS w/ exceptions if field has no value |
HAS_MAXITEMS() |
Determine if MAXITEMS has a value |
Quantity¶
The quantity of the key value store list.
Accessible with the following methods¶
Method | Description |
---|---|
GET_QUANTITY() |
Getter for QUANTITY, with configurable default |
ASK_QUANTITY() |
Getter for QUANTITY w/ exceptions if field has no value |
HAS_QUANTITY() |
Determine if QUANTITY has a value |
Items¶
The items of the key value store list.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ITEMS() |
Getter for ITEMS, with configurable default |
ASK_ITEMS() |
Getter for ITEMS w/ exceptions if field has no value |
HAS_ITEMS() |
Determine if ITEMS has a value |