Skip to content

/AWS1/CL_TEXLISTADAPTERSRSP

ListAdaptersResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_ADAPTERS TYPE /AWS1/CL_TEXADAPTEROVERVIEW=>TT_ADAPTERLIST TT_ADAPTERLIST

A list of adapters that matches the filtering criteria specified when calling ListAdapters.

IV_NEXTTOKEN TYPE /AWS1/TEXPAGINATIONTOKEN /AWS1/TEXPAGINATIONTOKEN

Identifies the next page of results to return when listing adapters.


Queryable Attributes

Adapters

A list of adapters that matches the filtering criteria specified when calling ListAdapters.

Accessible with the following methods

Method Description
GET_ADAPTERS() Getter for ADAPTERS, with configurable default
ASK_ADAPTERS() Getter for ADAPTERS w/ exceptions if field has no value
HAS_ADAPTERS() Determine if ADAPTERS has a value

NextToken

Identifies the next page of results to return when listing adapters.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value