/AWS1/CL_WARLSTGEOMATCHSETSRSP¶
ListGeoMatchSetsResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_nextmarker
TYPE /AWS1/WARNEXTMARKER
/AWS1/WARNEXTMARKER
¶
If you have more
GeoMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreGeoMatchSet
objects, submit anotherListGeoMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.
it_geomatchsets
TYPE /AWS1/CL_WARGEOMATCHSETSUMMARY=>TT_GEOMATCHSETSUMMARIES
TT_GEOMATCHSETSUMMARIES
¶
An array of GeoMatchSetSummary objects.
Queryable Attributes¶
NextMarker¶
If you have more
GeoMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreGeoMatchSet
objects, submit anotherListGeoMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next 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 |
GeoMatchSets¶
An array of GeoMatchSetSummary objects.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GEOMATCHSETS() |
Getter for GEOMATCHSETS, with configurable default |
ASK_GEOMATCHSETS() |
Getter for GEOMATCHSETS w/ exceptions if field has no value |
HAS_GEOMATCHSETS() |
Determine if GEOMATCHSETS has a value |