public static interface CommitDiffSourceCodeType.Builder extends SdkPojo, CopyableBuilder<CommitDiffSourceCodeType.Builder,CommitDiffSourceCodeType>
| Modifier and Type | Method and Description |
|---|---|
CommitDiffSourceCodeType.Builder |
destinationCommit(String destinationCommit)
The SHA of the destination commit used to generate a commit diff.
|
CommitDiffSourceCodeType.Builder |
mergeBaseCommit(String mergeBaseCommit)
The SHA of the merge base of a commit.
|
CommitDiffSourceCodeType.Builder |
sourceCommit(String sourceCommit)
The SHA of the source commit used to generate a commit diff.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCommitDiffSourceCodeType.Builder sourceCommit(String sourceCommit)
The SHA of the source commit used to generate a commit diff. This field is required for a pull request code review.
sourceCommit - The SHA of the source commit used to generate a commit diff. This field is required for a pull request
code review.CommitDiffSourceCodeType.Builder destinationCommit(String destinationCommit)
The SHA of the destination commit used to generate a commit diff. This field is required for a pull request code review.
destinationCommit - The SHA of the destination commit used to generate a commit diff. This field is required for a pull
request code review.CommitDiffSourceCodeType.Builder mergeBaseCommit(String mergeBaseCommit)
The SHA of the merge base of a commit.
mergeBaseCommit - The SHA of the merge base of a commit.Copyright © 2023. All rights reserved.