Package org.projectnessie.model
Interface DiffResponse
-
- All Superinterfaces:
PaginatedResponse
@Immutable public interface DiffResponse extends PaginatedResponse
-
-
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()-
Methods inherited from interface org.projectnessie.model.PaginatedResponse
getToken, isHasMore
-
-
-
-
Method Detail
-
getDiffs
java.util.List<DiffResponse.DiffEntry> getDiffs()
-
-