Modifier and Type | Method and Description |
---|---|
History |
build() |
History.HistoryBuilder |
content(Reference<Content> content) |
History.HistoryBuilder |
contributors(Reference<Contributors> contributors) |
History.HistoryBuilder |
createdBy(Person createdBy) |
History.HistoryBuilder |
createdDate(Date createdDate) |
History.HistoryBuilder |
createdDate(org.joda.time.ReadableDateTime 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) |
public History build()
public History.HistoryBuilder createdBy(Person createdBy)
public History.HistoryBuilder createdDate(Date createdDate)
public History.HistoryBuilder createdDate(org.joda.time.ReadableDateTime createdDate)
public History.HistoryBuilder lastUpdated(Reference<Version> lastUpdated)
public History.HistoryBuilder contributors(Reference<Contributors> contributors)
public History.HistoryBuilder latest(boolean latest)
public History.HistoryBuilder nextVersion(Reference<Version> nextVersion)
public History.HistoryBuilder previousVersion(Reference<Version> previousVersion)
public History.HistoryBuilder content(Reference<Content> content)
Copyright © 2003–2020 Atlassian. All rights reserved.