/AWS1/CL_BLDLSTBUILDBTCESFOR01¶
ListBuildBatchesForProjectOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_ids TYPE /AWS1/CL_BLDBUILDBATCHIDS_W=>TT_BUILDBATCHIDS TT_BUILDBATCHIDS¶
An array of strings that contains the batch build identifiers.
iv_nexttoken TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING¶
If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatchesForProjectto retrieve the next set of items.
Queryable Attributes¶
ids¶
An array of strings that contains the batch build identifiers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDS() |
Getter for IDS, with configurable default |
ASK_IDS() |
Getter for IDS w/ exceptions if field has no value |
HAS_IDS() |
Determine if IDS has a value |
nextToken¶
If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatchesForProjectto retrieve the next set of items.
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 |