Interface TimelineEntry
- All Superinterfaces:
- Comparable<TimelineEntry>
Definition for an entry in the timeline of the multi-perspective-preview.
- Since:
- 5.1.107
- 
Nested Class SummaryNested Classes
- 
Method SummaryMethods inherited from interface java.lang.ComparablecompareTo
- 
Method Details- 
getTimestampReturns the associated timestamp of this timeline entry.- Returns:
- the timestamp.
- Since:
- 5.1.107
 
- 
getRevisionReturns the associated revision of this timeline entry. The revision will be used for requesting the related preview.- Returns:
- the revision, or nullif not specified.
- Since:
- 5.1.107
 
 
-