Interface DiffApi

All Known Subinterfaces:
HttpDiffApi

public interface DiffApi
  • Method Summary

    Modifier and Type
    Method
    Description
    getDiff(@Valid @Valid @NotNull @NotNull DiffParams params)
    Returns a list of diff values that show the difference between two given references.
  • Method Details

    • getDiff

      DiffResponse getDiff(@Valid @Valid @NotNull @NotNull @Valid @Valid @NotNull @NotNull DiffParams params) throws NessieNotFoundException
      Returns a list of diff values that show the difference between two given references.
      Parameters:
      params - The DiffParams that includes the parameters for this API call.
      Returns:
      A list of diff values that show the difference between two given references.
      Throws:
      NessieNotFoundException