Package org.projectnessie.versioned
Interface Result
-
- All Known Subinterfaces:
CommitResult<COMMIT>,ContentResult,MergeResult<COMMIT>,ReferenceAssignedResult,ReferenceCreatedResult,ReferenceDeletedResult
public interface ResultA common superinterface for results of operations on aVersionStore.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResultTypegetResultType()
-
-
-
Method Detail
-
getResultType
ResultType getResultType()
-
-