/AWS1/CL_EMSLSTAPPLICATIONSRSP¶
ListApplicationsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_applications TYPE /AWS1/CL_EMSAPPLICATIONSUMMARY=>TT_APPLICATIONLIST TT_APPLICATIONLIST¶
The output lists the specified applications.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/EMSNEXTTOKEN /AWS1/EMSNEXTTOKEN¶
The output displays the token for the next set of application results. This is required for pagination and is available as a response of the previous request.
Queryable Attributes¶
applications¶
The output lists the specified applications.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONS() |
Getter for APPLICATIONS, with configurable default |
ASK_APPLICATIONS() |
Getter for APPLICATIONS w/ exceptions if field has no value |
HAS_APPLICATIONS() |
Determine if APPLICATIONS has a value |
nextToken¶
The output displays the token for the next set of application results. This is required for pagination and is available as a response of the previous request.
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 |