/AWS1/CL_SAGBTCGETCODEREVWSOUT¶
Output for the BatchGetCodeReviews operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_codereviews TYPE /AWS1/CL_SAGCODEREVIEW=>TT_CODEREVIEWLIST TT_CODEREVIEWLIST¶
The list of code reviews that were found.
it_notfound TYPE /AWS1/CL_SAGCODEREVIEWIDLIST_W=>TT_CODEREVIEWIDLIST TT_CODEREVIEWIDLIST¶
The list of code review identifiers that were not found.
Queryable Attributes¶
codeReviews¶
The list of code reviews that were found.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODEREVIEWS() |
Getter for CODEREVIEWS, with configurable default |
ASK_CODEREVIEWS() |
Getter for CODEREVIEWS w/ exceptions if field has no value |
HAS_CODEREVIEWS() |
Determine if CODEREVIEWS has a value |
notFound¶
The list of code review identifiers that were not found.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NOTFOUND() |
Getter for NOTFOUND, with configurable default |
ASK_NOTFOUND() |
Getter for NOTFOUND w/ exceptions if field has no value |
HAS_NOTFOUND() |
Determine if NOTFOUND has a value |