/AWS1/CL_CMTAPPROVAL¶
Returns information about a specific approval on a pull request.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_userarn TYPE /AWS1/CMTARN /AWS1/CMTARN¶
The Amazon Resource Name (ARN) of the user.
iv_approvalstate TYPE /AWS1/CMTAPPROVALSTATE /AWS1/CMTAPPROVALSTATE¶
The state of the approval, APPROVE or REVOKE. REVOKE states are not stored.
Queryable Attributes¶
userArn¶
The Amazon Resource Name (ARN) of the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERARN() |
Getter for USERARN, with configurable default |
ASK_USERARN() |
Getter for USERARN w/ exceptions if field has no value |
HAS_USERARN() |
Determine if USERARN has a value |
approvalState¶
The state of the approval, APPROVE or REVOKE. REVOKE states are not stored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPROVALSTATE() |
Getter for APPROVALSTATE, with configurable default |
ASK_APPROVALSTATE() |
Getter for APPROVALSTATE w/ exceptions if field has no value |
HAS_APPROVALSTATE() |
Determine if APPROVALSTATE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_APPROVALLIST¶
TYPES TT_APPROVALLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CMTAPPROVAL WITH DEFAULT KEY
.