public static interface ConflictResolution.Builder extends SdkPojo, CopyableBuilder<ConflictResolution.Builder,ConflictResolution>
| Modifier and Type | Method and Description |
|---|---|
ConflictResolution.Builder |
deleteFiles(Collection<DeleteFileEntry> deleteFiles)
Files to be deleted as part of the merge conflict resolution.
|
ConflictResolution.Builder |
deleteFiles(Consumer<DeleteFileEntry.Builder>... deleteFiles)
Files to be deleted as part of the merge conflict resolution.
|
ConflictResolution.Builder |
deleteFiles(DeleteFileEntry... deleteFiles)
Files to be deleted as part of the merge conflict resolution.
|
ConflictResolution.Builder |
replaceContents(Collection<ReplaceContentEntry> replaceContents)
Files to have content replaced as part of the merge conflict resolution.
|
ConflictResolution.Builder |
replaceContents(Consumer<ReplaceContentEntry.Builder>... replaceContents)
Files to have content replaced as part of the merge conflict resolution.
|
ConflictResolution.Builder |
replaceContents(ReplaceContentEntry... replaceContents)
Files to have content replaced as part of the merge conflict resolution.
|
ConflictResolution.Builder |
setFileModes(Collection<SetFileModeEntry> setFileModes)
File modes that are set as part of the merge conflict resolution.
|
ConflictResolution.Builder |
setFileModes(Consumer<SetFileModeEntry.Builder>... setFileModes)
File modes that are set as part of the merge conflict resolution.
|
ConflictResolution.Builder |
setFileModes(SetFileModeEntry... setFileModes)
File modes that are set as part of the merge conflict resolution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConflictResolution.Builder replaceContents(Collection<ReplaceContentEntry> replaceContents)
Files to have content replaced as part of the merge conflict resolution.
replaceContents - Files to have content replaced as part of the merge conflict resolution.ConflictResolution.Builder replaceContents(ReplaceContentEntry... replaceContents)
Files to have content replaced as part of the merge conflict resolution.
replaceContents - Files to have content replaced as part of the merge conflict resolution.ConflictResolution.Builder replaceContents(Consumer<ReplaceContentEntry.Builder>... replaceContents)
Files to have content replaced as part of the merge conflict resolution.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #replaceContents(List) .replaceContents - a consumer that will call methods on List.Builder #replaceContents(List) ConflictResolution.Builder deleteFiles(Collection<DeleteFileEntry> deleteFiles)
Files to be deleted as part of the merge conflict resolution.
deleteFiles - Files to be deleted as part of the merge conflict resolution.ConflictResolution.Builder deleteFiles(DeleteFileEntry... deleteFiles)
Files to be deleted as part of the merge conflict resolution.
deleteFiles - Files to be deleted as part of the merge conflict resolution.ConflictResolution.Builder deleteFiles(Consumer<DeleteFileEntry.Builder>... deleteFiles)
Files to be deleted as part of the merge conflict resolution.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #deleteFiles(List) .deleteFiles - a consumer that will call methods on List.Builder #deleteFiles(List) ConflictResolution.Builder setFileModes(Collection<SetFileModeEntry> setFileModes)
File modes that are set as part of the merge conflict resolution.
setFileModes - File modes that are set as part of the merge conflict resolution.ConflictResolution.Builder setFileModes(SetFileModeEntry... setFileModes)
File modes that are set as part of the merge conflict resolution.
setFileModes - File modes that are set as part of the merge conflict resolution.ConflictResolution.Builder setFileModes(Consumer<SetFileModeEntry.Builder>... setFileModes)
File modes that are set as part of the merge conflict resolution.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #setFileModes(List) .setFileModes - a consumer that will call methods on List.Builder #setFileModes(List) Copyright © 2022. All rights reserved.