public static interface ConflictMetadata.Builder extends SdkPojo, CopyableBuilder<ConflictMetadata.Builder,ConflictMetadata>
| Modifier and Type | Method and Description |
|---|---|
ConflictMetadata.Builder |
contentConflict(Boolean contentConflict)
A boolean value indicating whether there are conflicts in the content of a file.
|
ConflictMetadata.Builder |
fileModeConflict(Boolean fileModeConflict)
A boolean value indicating whether there are conflicts in the file mode of a file.
|
default ConflictMetadata.Builder |
fileModes(Consumer<FileModes.Builder> fileModes)
The file modes of the file in the source, destination, and base of the merge.
|
ConflictMetadata.Builder |
fileModes(FileModes fileModes)
The file modes of the file in the source, destination, and base of the merge.
|
ConflictMetadata.Builder |
filePath(String filePath)
The path of the file that contains conflicts.
|
default ConflictMetadata.Builder |
fileSizes(Consumer<FileSizes.Builder> fileSizes)
The file sizes of the file in the source, destination, and base of the merge.
|
ConflictMetadata.Builder |
fileSizes(FileSizes fileSizes)
The file sizes of the file in the source, destination, and base of the merge.
|
default ConflictMetadata.Builder |
isBinaryFile(Consumer<IsBinaryFile.Builder> isBinaryFile)
A boolean value (true or false) indicating whether the file is binary or textual in the source, destination,
and base of the merge.
|
ConflictMetadata.Builder |
isBinaryFile(IsBinaryFile isBinaryFile)
A boolean value (true or false) indicating whether the file is binary or textual in the source, destination,
and base of the merge.
|
default ConflictMetadata.Builder |
mergeOperations(Consumer<MergeOperations.Builder> mergeOperations)
Whether an add, modify, or delete operation caused the conflict between the source and destination of the
merge.
|
ConflictMetadata.Builder |
mergeOperations(MergeOperations mergeOperations)
Whether an add, modify, or delete operation caused the conflict between the source and destination of the
merge.
|
ConflictMetadata.Builder |
numberOfConflicts(Integer numberOfConflicts)
The number of conflicts, including both hunk conflicts and metadata conflicts.
|
ConflictMetadata.Builder |
objectTypeConflict(Boolean objectTypeConflict)
A boolean value (true or false) indicating whether there are conflicts between the branches in the object
type of a file, folder, or submodule.
|
default ConflictMetadata.Builder |
objectTypes(Consumer<ObjectTypes.Builder> objectTypes)
Information about any object type conflicts in a merge operation.
|
ConflictMetadata.Builder |
objectTypes(ObjectTypes objectTypes)
Information about any object type conflicts in a merge operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConflictMetadata.Builder filePath(String filePath)
The path of the file that contains conflicts.
filePath - The path of the file that contains conflicts.ConflictMetadata.Builder fileSizes(FileSizes fileSizes)
The file sizes of the file in the source, destination, and base of the merge.
fileSizes - The file sizes of the file in the source, destination, and base of the merge.default ConflictMetadata.Builder fileSizes(Consumer<FileSizes.Builder> fileSizes)
The file sizes of the file in the source, destination, and base of the merge.
This is a convenience method that creates an instance of theFileSizes.Builder avoiding the need to
create one manually via FileSizes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to fileSizes(FileSizes).fileSizes - a consumer that will call methods on FileSizes.BuilderfileSizes(FileSizes)ConflictMetadata.Builder fileModes(FileModes fileModes)
The file modes of the file in the source, destination, and base of the merge.
fileModes - The file modes of the file in the source, destination, and base of the merge.default ConflictMetadata.Builder fileModes(Consumer<FileModes.Builder> fileModes)
The file modes of the file in the source, destination, and base of the merge.
This is a convenience method that creates an instance of theFileModes.Builder avoiding the need to
create one manually via FileModes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to fileModes(FileModes).fileModes - a consumer that will call methods on FileModes.BuilderfileModes(FileModes)ConflictMetadata.Builder objectTypes(ObjectTypes objectTypes)
Information about any object type conflicts in a merge operation.
objectTypes - Information about any object type conflicts in a merge operation.default ConflictMetadata.Builder objectTypes(Consumer<ObjectTypes.Builder> objectTypes)
Information about any object type conflicts in a merge operation.
This is a convenience method that creates an instance of theObjectTypes.Builder avoiding the need to
create one manually via ObjectTypes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to objectTypes(ObjectTypes).objectTypes - a consumer that will call methods on ObjectTypes.BuilderobjectTypes(ObjectTypes)ConflictMetadata.Builder numberOfConflicts(Integer numberOfConflicts)
The number of conflicts, including both hunk conflicts and metadata conflicts.
numberOfConflicts - The number of conflicts, including both hunk conflicts and metadata conflicts.ConflictMetadata.Builder isBinaryFile(IsBinaryFile isBinaryFile)
A boolean value (true or false) indicating whether the file is binary or textual in the source, destination, and base of the merge.
isBinaryFile - A boolean value (true or false) indicating whether the file is binary or textual in the source,
destination, and base of the merge.default ConflictMetadata.Builder isBinaryFile(Consumer<IsBinaryFile.Builder> isBinaryFile)
A boolean value (true or false) indicating whether the file is binary or textual in the source, destination, and base of the merge.
This is a convenience method that creates an instance of theIsBinaryFile.Builder avoiding the need
to create one manually via IsBinaryFile.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to isBinaryFile(IsBinaryFile).isBinaryFile - a consumer that will call methods on IsBinaryFile.BuilderisBinaryFile(IsBinaryFile)ConflictMetadata.Builder contentConflict(Boolean contentConflict)
A boolean value indicating whether there are conflicts in the content of a file.
contentConflict - A boolean value indicating whether there are conflicts in the content of a file.ConflictMetadata.Builder fileModeConflict(Boolean fileModeConflict)
A boolean value indicating whether there are conflicts in the file mode of a file.
fileModeConflict - A boolean value indicating whether there are conflicts in the file mode of a file.ConflictMetadata.Builder objectTypeConflict(Boolean objectTypeConflict)
A boolean value (true or false) indicating whether there are conflicts between the branches in the object type of a file, folder, or submodule.
objectTypeConflict - A boolean value (true or false) indicating whether there are conflicts between the branches in the
object type of a file, folder, or submodule.ConflictMetadata.Builder mergeOperations(MergeOperations mergeOperations)
Whether an add, modify, or delete operation caused the conflict between the source and destination of the merge.
mergeOperations - Whether an add, modify, or delete operation caused the conflict between the source and destination of
the merge.default ConflictMetadata.Builder mergeOperations(Consumer<MergeOperations.Builder> mergeOperations)
Whether an add, modify, or delete operation caused the conflict between the source and destination of the merge.
This is a convenience method that creates an instance of theMergeOperations.Builder avoiding the
need to create one manually via MergeOperations.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to mergeOperations(MergeOperations).mergeOperations - a consumer that will call methods on MergeOperations.BuildermergeOperations(MergeOperations)Copyright © 2022. All rights reserved.