Uses of Class
com.atlassian.confluence.legacyapi.model.content.EditSummary
Packages that use EditSummary
-
Uses of EditSummary in com.atlassian.confluence.legacyapi.model.content
Methods in com.atlassian.confluence.legacyapi.model.content that return types with arguments of type EditSummaryModifier and TypeMethodDescriptionHistorySummary.getLastUpdated()Deprecated.HistorySummary.getNextVersion()Deprecated.HistorySummary.getPreviousVersion()Deprecated.HistorySummary.getThisVersion()Deprecated.Constructor parameters in com.atlassian.confluence.legacyapi.model.content with type arguments of type EditSummaryModifierConstructorDescriptionHistorySummary(Optional<EditSummary> thisVersion, Optional<EditSummary> previousVersion, Optional<EditSummary> nextVersion, Optional<EditSummary> lastUpdated, boolean isLatest, Person createdBy, Date createdDate) Deprecated.