Uses of Interface
org.projectnessie.model.DiffResponse
-
Packages that use DiffResponse Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.model -
-
Uses of DiffResponse in org.projectnessie.api
Methods in org.projectnessie.api that return DiffResponse Modifier and Type Method Description DiffResponseDiffApi. getDiff(@Valid @NotNull DiffParams params)Returns a list of diff values that show the difference between two given references. -
Uses of DiffResponse in org.projectnessie.api.http
Methods in org.projectnessie.api.http that return DiffResponse Modifier and Type Method Description DiffResponseHttpDiffApi. getDiff(DiffParams params) -
Uses of DiffResponse in org.projectnessie.model
Classes in org.projectnessie.model that implement DiffResponse Modifier and Type Class Description classImmutableDiffResponseImmutable implementation ofDiffResponse.Methods in org.projectnessie.model with parameters of type DiffResponse Modifier and Type Method Description static ImmutableDiffResponseImmutableDiffResponse. copyOf(DiffResponse instance)Creates an immutable copy of aDiffResponsevalue.ImmutableDiffResponse.BuilderImmutableDiffResponse.Builder. from(DiffResponse instance)Fill a builder with attribute values from the providedDiffResponseinstance.
-