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 |
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.
sourceCommit - The SHA of the source commit used to generate a commit diff.CommitDiffSourceCodeType.Builder destinationCommit(String destinationCommit)
The SHA of the destination commit used to generate a commit diff.
destinationCommit - The SHA of the destination commit used to generate a commit diff.Copyright © 2021. All rights reserved.