Class History.HistoryBuilder
java.lang.Object
com.atlassian.confluence.api.model.content.History.HistoryBuilder
- Enclosing class:
- History
Creates 
History instances.- 
Method SummaryModifier and TypeMethodDescriptionbuild()contributors(Reference<Contributors> contributors) createdDate(OffsetDateTime createdDate) createdDate(Date createdDate) lastUpdated(Reference<Version> lastUpdated) latest(boolean latest) Set whether this is the latest published (non-draft) version of the content.nextVersion(Reference<Version> nextVersion) previousVersion(Reference<Version> previousVersion) 
- 
Method Details- 
build
- 
createdBy
- 
createdDate
- 
createdDate- Since:
- 8.6
 
- 
lastUpdated
- 
contributors
- 
latestSet whether this is the latest published (non-draft) version of the content.
- 
nextVersion
- 
previousVersion
- 
content
 
-