Uses of Class
org.projectnessie.api.params.DiffParams
-
Packages that use DiffParams Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.api.params -
-
Uses of DiffParams in org.projectnessie.api
Methods in org.projectnessie.api with parameters of type DiffParams 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 DiffParams in org.projectnessie.api.http
Methods in org.projectnessie.api.http with parameters of type DiffParams Modifier and Type Method Description DiffResponseHttpDiffApi. getDiff(DiffParams params) -
Uses of DiffParams in org.projectnessie.api.params
Methods in org.projectnessie.api.params that return DiffParams Modifier and Type Method Description DiffParamsDiffParams.Builder. build()Methods in org.projectnessie.api.params with parameters of type DiffParams Modifier and Type Method Description DiffParams.BuilderDiffParams.Builder. from(DiffParams params)
-