Package org.projectnessie.model
Interface DiffResponse
-
- All Known Implementing Classes:
ImmutableDiffResponse
@Immutable public interface DiffResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDiffResponse.DiffEntry
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<DiffResponse.DiffEntry>getDiffs()
-
-
-
Method Detail
-
getDiffs
List<DiffResponse.DiffEntry> getDiffs()
-
-