Interface TimelineEntry
- All Superinterfaces:
Comparable<TimelineEntry>
Definition for an entry in the timeline of the multi-perspective-preview.
- Since:
- 5.1.107
-
Nested Class Summary
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getTimestamp
Returns the associated timestamp of this timeline entry.- Returns:
- the timestamp.
- Since:
- 5.1.107
-
getRevision
Returns the associated revision of this timeline entry. The revision will be used for requesting the related preview.- Returns:
- the revision, or
null
if not specified. - Since:
- 5.1.107
-