Class HistorySummary
java.lang.Object
com.atlassian.confluence.legacyapi.model.content.HistorySummary
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionHistorySummary
(Optional<EditSummary> thisVersion, Optional<EditSummary> previousVersion, Optional<EditSummary> nextVersion, Optional<EditSummary> lastUpdated, boolean isLatest, Person createdBy, Date createdDate) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.boolean
isLatest()
Deprecated.
-
Constructor Details
-
HistorySummary
public HistorySummary(Optional<EditSummary> thisVersion, Optional<EditSummary> previousVersion, Optional<EditSummary> nextVersion, Optional<EditSummary> lastUpdated, boolean isLatest, Person createdBy, Date createdDate) Deprecated.
-
-
Method Details
-
getThisVersion
Deprecated. -
getLastUpdated
Deprecated. -
getNextVersion
Deprecated. -
getPreviousVersion
Deprecated. -
isLatest
public boolean isLatest()Deprecated. -
getCreatedBy
Deprecated. -
getCreatedDate
Deprecated.
-
History