/AWS1/CL_FNTLISTTRSTSTORESRSLT¶
ListTrustStoresResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nextmarker TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
Indicates the next page of trust stores. To get the next page of the list, use this value in the
Markerfield of your request.
it_truststorelist TYPE /AWS1/CL_FNTTRUSTSTORESUMMARY=>TT_TRUSTSTORELIST TT_TRUSTSTORELIST¶
The trust store list.
Queryable Attributes¶
NextMarker¶
Indicates the next page of trust stores. To get the next page of the list, use this value in the
Markerfield of your request.
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 |
TrustStoreList¶
The trust store list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRUSTSTORELIST() |
Getter for TRUSTSTORELIST, with configurable default |
ASK_TRUSTSTORELIST() |
Getter for TRUSTSTORELIST w/ exceptions if field has no valu |
HAS_TRUSTSTORELIST() |
Determine if TRUSTSTORELIST has a value |