Skip to content

/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 for Limit in the request, the response includes a NextMarker value. To list more GeoMatchSet objects, submit another ListGeoMatchSets request, and specify the NextMarker value from the response in the NextMarker 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 for Limit in the request, the response includes a NextMarker value. To list more GeoMatchSet objects, submit another ListGeoMatchSets request, and specify the NextMarker value from the response in the NextMarker 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