/AWS1/CL_REVLSTDEPENDENCIESRSP¶
ListDependenciesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_dependencysummaries TYPE /AWS1/CL_REVDEPENDENCYSUMMARY=>TT_DEPENDENCYSUMMARYLIST TT_DEPENDENCYSUMMARYLIST¶
The list of dependency summaries.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/REVNEXTTOKEN /AWS1/REVNEXTTOKEN¶
Pagination token.
Queryable Attributes¶
dependencySummaries¶
The list of dependency summaries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPENDENCYSUMMARIES() |
Getter for DEPENDENCYSUMMARIES, with configurable default |
ASK_DEPENDENCYSUMMARIES() |
Getter for DEPENDENCYSUMMARIES w/ exceptions if field has no |
HAS_DEPENDENCYSUMMARIES() |
Determine if DEPENDENCYSUMMARIES has a value |
nextToken¶
Pagination token.
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 |