Package org.projectnessie.api
Interface DiffApi
-
- All Known Subinterfaces:
HttpDiffApi
public interface DiffApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiffResponsegetDiff(@Valid @NotNull DiffParams params)Returns a list of diff values that show the difference between two given references.
-
-
-
Method Detail
-
getDiff
DiffResponse getDiff(@Valid @NotNull @Valid @NotNull DiffParams params) throws NessieNotFoundException
Returns a list of diff values that show the difference between two given references.- Parameters:
params- TheDiffParamsthat includes the parameters for this API call.- Returns:
- A list of diff values that show the difference between two given references.
- Throws:
NessieNotFoundException
-
-