Package com.oracle.bmc.devops.model
Class DiffLineDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.devops.model.DiffLineDetails.Builder
 
- 
- Enclosing class:
- DiffLineDetails
 
 public static class DiffLineDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DiffLineDetails.BuilderbaseLine(Integer baseLine)The number of a line in the base version.DiffLineDetailsbuild()DiffLineDetails.BuilderconflictMarker(DiffLineDetails.ConflictMarker conflictMarker)Indicates whether a line in a conflicted section of the difference is from the base version, the target version, or if its just a marker indicating the beginning, middle, or end of a conflicted section.DiffLineDetails.Buildercopy(DiffLineDetails model)DiffLineDetails.BuilderlineContent(String lineContent)The contents of a line.DiffLineDetails.BuildertargetLine(Integer targetLine)The number of a line in the target version.
 
- 
- 
- 
Method Detail- 
baseLinepublic DiffLineDetails.Builder baseLine(Integer baseLine) The number of a line in the base version.- Parameters:
- baseLine- the value to set
- Returns:
- this builder
 
 - 
targetLinepublic DiffLineDetails.Builder targetLine(Integer targetLine) The number of a line in the target version.- Parameters:
- targetLine- the value to set
- Returns:
- this builder
 
 - 
lineContentpublic DiffLineDetails.Builder lineContent(String lineContent) The contents of a line.- Parameters:
- lineContent- the value to set
- Returns:
- this builder
 
 - 
conflictMarkerpublic DiffLineDetails.Builder conflictMarker(DiffLineDetails.ConflictMarker conflictMarker) Indicates whether a line in a conflicted section of the difference is from the base version, the target version, or if its just a marker indicating the beginning, middle, or end of a conflicted section.- Parameters:
- conflictMarker- the value to set
- Returns:
- this builder
 
 - 
buildpublic DiffLineDetails build() 
 - 
copypublic DiffLineDetails.Builder copy(DiffLineDetails model) 
 
- 
 
-