/AWS1/CL_I1PLISTPROJECTSRSP¶
ListProjectsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_projects TYPE /AWS1/CL_I1PPROJECTSUMMARY=>TT_PROJECTSUMMARYLIST TT_PROJECTSUMMARYLIST¶
An object containing the list of projects.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/I1PNEXTTOKEN /AWS1/I1PNEXTTOKEN¶
The token used to retrieve the next set of results - will be effectively empty if there are no further results.
Queryable Attributes¶
projects¶
An object containing the list of projects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTS() |
Getter for PROJECTS, with configurable default |
ASK_PROJECTS() |
Getter for PROJECTS w/ exceptions if field has no value |
HAS_PROJECTS() |
Determine if PROJECTS has a value |
nextToken¶
The token used to retrieve the next set of results - will be effectively empty if there are no further 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 |