/AWS1/CL_BDOLISTHARNESSVRSNRSP¶
ListHarnessVersionsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_harnessversions TYPE /AWS1/CL_BDOHARNESSVRSNUMMARY=>TT_HARNESSVERSIONSUMMARIES TT_HARNESSVERSIONSUMMARIES¶
The list of harness version summaries.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDONEXTTOKEN /AWS1/BDONEXTTOKEN¶
The token for the next set of results.
Queryable Attributes¶
harnessVersions¶
The list of harness version summaries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HARNESSVERSIONS() |
Getter for HARNESSVERSIONS, with configurable default |
ASK_HARNESSVERSIONS() |
Getter for HARNESSVERSIONS w/ exceptions if field has no val |
HAS_HARNESSVERSIONS() |
Determine if HARNESSVERSIONS has a value |
nextToken¶
The token for 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 |