GetCommitDiffRequest.Builder |
GetCommitDiffRequest.Builder.baseVersion(String baseVersion) |
The commit or reference name to compare changes against.
|
static GetCommitDiffRequest.Builder |
GetCommitDiffRequest.builder() |
Return a new builder for this request object.
|
GetCommitDiffRequest.Builder |
GetCommitDiffRequest.Builder.copy(GetCommitDiffRequest o) |
Copy method to populate the builder with values from the given instance.
|
GetCommitDiffRequest.Builder |
GetCommitDiffRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
GetCommitDiffRequest.Builder |
GetCommitDiffRequest.Builder.isComparisonFromMergeBase(Boolean isComparisonFromMergeBase) |
Boolean value to indicate whether to use merge base or most recent revision.
|
GetCommitDiffRequest.Builder |
GetCommitDiffRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
GetCommitDiffRequest.Builder |
GetCommitDiffRequest.Builder.repositoryId(String repositoryId) |
Unique repository identifier.
|
GetCommitDiffRequest.Builder |
GetCommitDiffRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
GetCommitDiffRequest.Builder |
GetCommitDiffRequest.Builder.targetRepositoryId(String targetRepositoryId) |
The target repository identifier
|
GetCommitDiffRequest.Builder |
GetCommitDiffRequest.Builder.targetVersion(String targetVersion) |
The commit or reference name that represents the newer changes against the base version.
|
GetCommitDiffRequest.Builder |
GetCommitDiffRequest.toBuilder() |
|