Package org.projectnessie.client.api
Interface GetDiffBuilder
-
public interface GetDiffBuilderRequest builder for retrieving a diff between two references.- Since:
NessieApiV1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDiffBuilderfromRefName(String fromRefName)DiffResponseget()GetDiffBuildertoRefName(String toRefName)
-
-
-
Method Detail
-
fromRefName
GetDiffBuilder fromRefName(String fromRefName)
-
toRefName
GetDiffBuilder toRefName(String toRefName)
-
get
DiffResponse get() throws NessieNotFoundException
- Throws:
NessieNotFoundException
-
-