Package com.oracle.bmc.devops.model
Class DiffResponseEntry.Builder
- java.lang.Object
- 
- com.oracle.bmc.devops.model.DiffResponseEntry.Builder
 
- 
- Enclosing class:
- DiffResponseEntry
 
 public static class DiffResponseEntry.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DiffResponseEntry.BuilderaddedLinesCount(Integer addedLinesCount)The number of lines added in whole difference.DiffResponseEntry.BuilderareConflictsInFile(Boolean areConflictsInFile)Indicates whether the changed file contains conflicts.DiffResponseEntrybuild()DiffResponseEntry.BuilderchangeType(String changeType)Type of change made to file.DiffResponseEntry.BuildercommitId(String commitId)The ID of the commit where the change is coming from.DiffResponseEntry.Buildercopy(DiffResponseEntry model)DiffResponseEntry.BuilderdeletedLinesCount(Integer deletedLinesCount)The number of lines deleted in whole difference.DiffResponseEntry.BuildernewId(String newId)The ID of the changed object on the source.DiffResponseEntry.BuildernewPath(String newPath)The path on the source to the changed object.DiffResponseEntry.BuilderobjectType(String objectType)The type of the changed object.DiffResponseEntry.BuilderoldId(String oldId)The ID of the changed object on the target.DiffResponseEntry.BuilderoldPath(String oldPath)The path on the target to the changed object.DiffResponseEntry.Builderurl(String url)The URL of the changed object.
 
- 
- 
- 
Method Detail- 
changeTypepublic DiffResponseEntry.Builder changeType(String changeType) Type of change made to file.- Parameters:
- changeType- the value to set
- Returns:
- this builder
 
 - 
objectTypepublic DiffResponseEntry.Builder objectType(String objectType) The type of the changed object.- Parameters:
- objectType- the value to set
- Returns:
- this builder
 
 - 
commitIdpublic DiffResponseEntry.Builder commitId(String commitId) The ID of the commit where the change is coming from.- Parameters:
- commitId- the value to set
- Returns:
- this builder
 
 - 
oldPathpublic DiffResponseEntry.Builder oldPath(String oldPath) The path on the target to the changed object.- Parameters:
- oldPath- the value to set
- Returns:
- this builder
 
 - 
newPathpublic DiffResponseEntry.Builder newPath(String newPath) The path on the source to the changed object.- Parameters:
- newPath- the value to set
- Returns:
- this builder
 
 - 
oldIdpublic DiffResponseEntry.Builder oldId(String oldId) The ID of the changed object on the target.- Parameters:
- oldId- the value to set
- Returns:
- this builder
 
 - 
newIdpublic DiffResponseEntry.Builder newId(String newId) The ID of the changed object on the source.- Parameters:
- newId- the value to set
- Returns:
- this builder
 
 - 
urlpublic DiffResponseEntry.Builder url(String url) The URL of the changed object.- Parameters:
- url- the value to set
- Returns:
- this builder
 
 - 
addedLinesCountpublic DiffResponseEntry.Builder addedLinesCount(Integer addedLinesCount) The number of lines added in whole difference.- Parameters:
- addedLinesCount- the value to set
- Returns:
- this builder
 
 - 
deletedLinesCountpublic DiffResponseEntry.Builder deletedLinesCount(Integer deletedLinesCount) The number of lines deleted in whole difference.- Parameters:
- deletedLinesCount- the value to set
- Returns:
- this builder
 
 - 
areConflictsInFilepublic DiffResponseEntry.Builder areConflictsInFile(Boolean areConflictsInFile) Indicates whether the changed file contains conflicts.- Parameters:
- areConflictsInFile- the value to set
- Returns:
- this builder
 
 - 
buildpublic DiffResponseEntry build() 
 - 
copypublic DiffResponseEntry.Builder copy(DiffResponseEntry model) 
 
- 
 
-