public static interface ApprovalStateChangedEventMetadata.Builder extends SdkPojo, CopyableBuilder<ApprovalStateChangedEventMetadata.Builder,ApprovalStateChangedEventMetadata>
| Modifier and Type | Method and Description |
|---|---|
ApprovalStateChangedEventMetadata.Builder |
approvalStatus(ApprovalState approvalStatus)
The approval status for the pull request.
|
ApprovalStateChangedEventMetadata.Builder |
approvalStatus(String approvalStatus)
The approval status for the pull request.
|
ApprovalStateChangedEventMetadata.Builder |
revisionId(String revisionId)
The revision ID of the pull request when the approval state changed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApprovalStateChangedEventMetadata.Builder revisionId(String revisionId)
The revision ID of the pull request when the approval state changed.
revisionId - The revision ID of the pull request when the approval state changed.ApprovalStateChangedEventMetadata.Builder approvalStatus(String approvalStatus)
The approval status for the pull request.
approvalStatus - The approval status for the pull request.ApprovalState,
ApprovalStateApprovalStateChangedEventMetadata.Builder approvalStatus(ApprovalState approvalStatus)
The approval status for the pull request.
approvalStatus - The approval status for the pull request.ApprovalState,
ApprovalStateCopyright © 2023. All rights reserved.