Skip to content

/AWS1/CL_REHLISTAPPVERSIONSRSP

ListAppVersionsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_appversions TYPE /AWS1/CL_REHAPPVERSIONSUMMARY=>TT_APPVERSIONLIST TT_APPVERSIONLIST

The version of the application.

Optional arguments:

iv_nexttoken TYPE /AWS1/REHNEXTTOKEN /AWS1/REHNEXTTOKEN

Token for the next set of results, or null if there are no more results.


Queryable Attributes

appVersions

The version of the application.

Accessible with the following methods

Method Description
GET_APPVERSIONS() Getter for APPVERSIONS, with configurable default
ASK_APPVERSIONS() Getter for APPVERSIONS w/ exceptions if field has no value
HAS_APPVERSIONS() Determine if APPVERSIONS has a value

nextToken

Token for the next set of results, or null if there are no more results.

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