Package org.projectnessie.model
Interface DiffResponse.DiffEntry
- Enclosing interface:
- DiffResponse
@Immutable
public static interface DiffResponse.DiffEntry
-
Method Summary
Modifier and TypeMethodDescriptionstatic DiffResponse.DiffEntrydiffEntry(ContentKey key, Content from) static DiffResponse.DiffEntrydiffEntry(ContentKey key, Content from, Content to) getFrom()getKey()getTo()
-
Method Details
-
getKey
-
getFrom
-
getTo
-
diffEntry
-
diffEntry
-