Uses of Class
org.projectnessie.model.ImmutableDiffResponse
-
Packages that use ImmutableDiffResponse Package Description org.projectnessie.model -
-
Uses of ImmutableDiffResponse in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableDiffResponse Modifier and Type Method Description ImmutableDiffResponseImmutableDiffResponse.Builder. build()Builds a newImmutableDiffResponse.static ImmutableDiffResponseImmutableDiffResponse. copyOf(DiffResponse instance)Creates an immutable copy of aDiffResponsevalue.ImmutableDiffResponseImmutableDiffResponse. withDiffs(Iterable<? extends DiffResponse.DiffEntry> elements)Copy the current immutable object with elements that replace the content ofdiffs.ImmutableDiffResponseImmutableDiffResponse. withDiffs(DiffResponse.DiffEntry... elements)Copy the current immutable object with elements that replace the content ofdiffs.
-