Skip to content

/AWS1/CL_AINLSTAPPLICATIONSRSP

ListApplicationsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_APPLICATIONINFOLIST TYPE /AWS1/CL_AINAPPLICATIONINFO=>TT_APPLICATIONINFOLIST TT_APPLICATIONINFOLIST

The list of applications.

IV_NEXTTOKEN TYPE /AWS1/AINPAGINATIONTOKEN /AWS1/AINPAGINATIONTOKEN

The token used to retrieve the next page of results. This value is null when there are no more results to return.


Queryable Attributes

ApplicationInfoList

The list of applications.

Accessible with the following methods

Method Description
GET_APPLICATIONINFOLIST() Getter for APPLICATIONINFOLIST, with configurable default
ASK_APPLICATIONINFOLIST() Getter for APPLICATIONINFOLIST w/ exceptions if field has no
HAS_APPLICATIONINFOLIST() Determine if APPLICATIONINFOLIST has a value

NextToken

The token used to retrieve the next page of results. This value is null when there are no more results to return.

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