/AWS1/CL_DPLLSTAPPLICATIONSOUT¶
Represents the output of a ListApplications operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_applications TYPE /AWS1/CL_DPLAPPLICATIONSLIST_W=>TT_APPLICATIONSLIST TT_APPLICATIONSLIST¶
A list of application names.
iv_nexttoken TYPE /AWS1/DPLNEXTTOKEN /AWS1/DPLNEXTTOKEN¶
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications in the list.
Queryable Attributes¶
applications¶
A list of application names.
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¶
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications in the list.
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 |