Uses of Class
com.atlassian.confluence.api.model.content.History.HistoryBuilder
Packages that use History.HistoryBuilder
-
Uses of History.HistoryBuilder in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return History.HistoryBuilderModifier and TypeMethodDescriptionstatic History.HistoryBuilderHistory.builder()History.HistoryBuilder.contributors(Reference<Contributors> contributors) History.HistoryBuilder.createdDate(OffsetDateTime createdDate) History.HistoryBuilder.createdDate(Date createdDate) History.HistoryBuilder.lastUpdated(Reference<Version> lastUpdated) History.HistoryBuilder.latest(boolean latest) Set whether this is the latest published (non-draft) version of the content.History.HistoryBuilder.nextVersion(Reference<Version> nextVersion) History.HistoryBuilder.previousVersion(Reference<Version> previousVersion)