Package com.oracle.bmc.devops.model
Class FileDiffResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.devops.model.FileDiffResponse.Builder
 
- 
- Enclosing class:
- FileDiffResponse
 
 public static class FileDiffResponse.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FileDiffResponse.BuilderareConflictsInFile(Boolean areConflictsInFile)Indicates whether the changed file contains conflicts.FileDiffResponsebuild()FileDiffResponse.Builderchanges(List<DiffChunk> changes)List of changed section in the file.FileDiffResponse.Buildercopy(FileDiffResponse model)FileDiffResponse.BuilderisBinary(Boolean isBinary)Indicates whether the file is binary.FileDiffResponse.BuilderisLarge(Boolean isLarge)Indicates whether the file is large.FileDiffResponse.BuildernewId(String newId)The ID of the changed object on the target version.FileDiffResponse.BuildernewPath(String newPath)The path on the target version to the changed object.FileDiffResponse.BuilderoldId(String oldId)The ID of the changed object on the base version.FileDiffResponse.BuilderoldPath(String oldPath)The path on the base version to the changed object.
 
- 
- 
- 
Method Detail- 
oldPathpublic FileDiffResponse.Builder oldPath(String oldPath) The path on the base version to the changed object.- Parameters:
- oldPath- the value to set
- Returns:
- this builder
 
 - 
newPathpublic FileDiffResponse.Builder newPath(String newPath) The path on the target version to the changed object.- Parameters:
- newPath- the value to set
- Returns:
- this builder
 
 - 
oldIdpublic FileDiffResponse.Builder oldId(String oldId) The ID of the changed object on the base version.- Parameters:
- oldId- the value to set
- Returns:
- this builder
 
 - 
newIdpublic FileDiffResponse.Builder newId(String newId) The ID of the changed object on the target version.- Parameters:
- newId- the value to set
- Returns:
- this builder
 
 - 
areConflictsInFilepublic FileDiffResponse.Builder areConflictsInFile(Boolean areConflictsInFile) Indicates whether the changed file contains conflicts.- Parameters:
- areConflictsInFile- the value to set
- Returns:
- this builder
 
 - 
isLargepublic FileDiffResponse.Builder isLarge(Boolean isLarge) Indicates whether the file is large.- Parameters:
- isLarge- the value to set
- Returns:
- this builder
 
 - 
isBinarypublic FileDiffResponse.Builder isBinary(Boolean isBinary) Indicates whether the file is binary.- Parameters:
- isBinary- the value to set
- Returns:
- this builder
 
 - 
changespublic FileDiffResponse.Builder changes(List<DiffChunk> changes) List of changed section in the file.- Parameters:
- changes- the value to set
- Returns:
- this builder
 
 - 
buildpublic FileDiffResponse build() 
 - 
copypublic FileDiffResponse.Builder copy(FileDiffResponse model) 
 
- 
 
-