/AWS1/CL_M2_LSTAPPLICATIONVR01¶
ListApplicationVersionsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_applicationversions TYPE /AWS1/CL_M2_APPLICATIONVRSSUMM=>TT_APPLICATIONVRSSUMMARYLIST TT_APPLICATIONVRSSUMMARYLIST¶
The list of application versions.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/M2_NEXTTOKEN /AWS1/M2_NEXTTOKEN¶
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
Queryable Attributes¶
applicationVersions¶
The list of application versions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONVERSIONS() |
Getter for APPLICATIONVERSIONS, with configurable default |
ASK_APPLICATIONVERSIONS() |
Getter for APPLICATIONVERSIONS w/ exceptions if field has no |
HAS_APPLICATIONVERSIONS() |
Determine if APPLICATIONVERSIONS has a value |
nextToken¶
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
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 |