Uses of Interface
org.projectnessie.model.DiffResponse.DiffEntry
-
Packages that use DiffResponse.DiffEntry Package Description org.projectnessie.model -
-
Uses of DiffResponse.DiffEntry in org.projectnessie.model
Classes in org.projectnessie.model that implement DiffResponse.DiffEntry Modifier and Type Class Description classImmutableDiffEntryImmutable implementation ofDiffResponse.DiffEntry.Methods in org.projectnessie.model that return types with arguments of type DiffResponse.DiffEntry Modifier and Type Method Description List<DiffResponse.DiffEntry>DiffResponse. getDiffs()List<DiffResponse.DiffEntry>ImmutableDiffResponse. getDiffs()Methods in org.projectnessie.model with parameters of type DiffResponse.DiffEntry Modifier and Type Method Description ImmutableDiffResponse.BuilderImmutableDiffResponse.Builder. addDiffs(DiffResponse.DiffEntry element)Adds one element todiffslist.ImmutableDiffResponse.BuilderImmutableDiffResponse.Builder. addDiffs(DiffResponse.DiffEntry... elements)Adds elements todiffslist.static ImmutableDiffEntryImmutableDiffEntry. copyOf(DiffResponse.DiffEntry instance)Creates an immutable copy of aDiffResponse.DiffEntryvalue.ImmutableDiffResponseImmutableDiffResponse. withDiffs(DiffResponse.DiffEntry... elements)Copy the current immutable object with elements that replace the content ofdiffs.Method parameters in org.projectnessie.model with type arguments of type DiffResponse.DiffEntry Modifier and Type Method Description ImmutableDiffResponse.BuilderImmutableDiffResponse.Builder. addAllDiffs(Iterable<? extends DiffResponse.DiffEntry> elements)Adds elements todiffslist.ImmutableDiffResponse.BuilderImmutableDiffResponse.Builder. diffs(Iterable<? extends DiffResponse.DiffEntry> elements)Sets or replaces all elements fordiffslist.ImmutableDiffResponseImmutableDiffResponse. withDiffs(Iterable<? extends DiffResponse.DiffEntry> elements)Copy the current immutable object with elements that replace the content ofdiffs.
-