Package org.projectnessie.model
Interface DiffResponse
-
@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 java.util.List<DiffResponse.DiffEntry>getDiffs()
-
-
-
Method Detail
-
getDiffs
java.util.List<DiffResponse.DiffEntry> getDiffs()
-
-