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 DiffParamsDiffParamsBuilder. build()Invokesnew org.projectnessie.api.params.DiffParams(..)using the collected parameters and returns the result of the invocation
-