public static class DiffSection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DiffSection |
build() |
DiffSection.Builder |
copy(DiffSection model) |
DiffSection.Builder |
lines(List<DiffLineDetails> lines)
The lines within changed section.
|
DiffSection.Builder |
type(String type)
Type of change.
|
public DiffSection.Builder type(String type)
Type of change.
type
- the value to setpublic DiffSection.Builder lines(List<DiffLineDetails> lines)
The lines within changed section.
lines
- the value to setpublic DiffSection build()
public DiffSection.Builder copy(DiffSection model)
Copyright © 2016–2024. All rights reserved.