public interface HistoryVersion
-
Method Summary
Modifier and TypeMethodDescription@NotNull History
history()
The history creating thisHistoryVersion
.@Nullable Instant
The time when thisHistoryVersion
was migrated to in the context of thehistory()
.@NotNull Version
version()
The version.
-
Method Details
-
version
The version. -
history
The history creating thisHistoryVersion
. -
migratedAt
The time when thisHistoryVersion
was migrated to in the context of thehistory()
.This is
null
for theHistory.root()
version.
-