/AWS1/CL_DBRLISTPROJECTSRSP¶
ListProjectsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_projects TYPE /AWS1/CL_DBRPROJECT=>TT_PROJECTLIST TT_PROJECTLIST¶
A list of projects that are defined .
Optional arguments:¶
iv_nexttoken TYPE /AWS1/DBRNEXTTOKEN /AWS1/DBRNEXTTOKEN¶
A token that you can use in a subsequent call to retrieve the next set of results.
Queryable Attributes¶
Projects¶
A list of projects that are defined .
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¶
A token that you can use in a subsequent call to retrieve the next set of 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 |