Class HistorySummary
java.lang.Object
com.atlassian.confluence.legacyapi.model.content.HistorySummary
Deprecated.
- 
Constructor SummaryConstructorsConstructorDescriptionHistorySummary(Optional<EditSummary> thisVersion, Optional<EditSummary> previousVersion, Optional<EditSummary> nextVersion, Optional<EditSummary> lastUpdated, boolean isLatest, Person createdBy, Date createdDate) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.booleanisLatest()Deprecated.
- 
Constructor Details- 
HistorySummarypublic HistorySummary(Optional<EditSummary> thisVersion, Optional<EditSummary> previousVersion, Optional<EditSummary> nextVersion, Optional<EditSummary> lastUpdated, boolean isLatest, Person createdBy, Date createdDate) Deprecated.
 
- 
- 
Method Details- 
getThisVersionDeprecated.
- 
getLastUpdatedDeprecated.
- 
getNextVersionDeprecated.
- 
getPreviousVersionDeprecated.
- 
isLatestpublic boolean isLatest()Deprecated.
- 
getCreatedByDeprecated.
- 
getCreatedDateDeprecated.
 
- 
History