com.atlassian.confluence.api.model.content
Class History.HistoryBuilder
java.lang.Object
com.atlassian.confluence.api.model.content.History.HistoryBuilder
- Enclosing class:
- History
public static class History.HistoryBuilder
- extends java.lang.Object
Creates History
instances.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
build
public History build()
createdBy
public History.HistoryBuilder createdBy(Person createdBy)
createdDate
public History.HistoryBuilder createdDate(java.util.Date createdDate)
createdDate
public History.HistoryBuilder createdDate(org.joda.time.ReadableDateTime createdDate)
lastUpdated
public History.HistoryBuilder lastUpdated(Reference<Version> lastUpdated)
latest
public History.HistoryBuilder latest(boolean latest)
nextVersion
public History.HistoryBuilder nextVersion(Reference<Version> nextVersion)
previousVersion
public History.HistoryBuilder previousVersion(Reference<Version> previousVersion)
content
public History.HistoryBuilder content(Reference<Content> content)
Copyright © 2003-2014 Atlassian. All Rights Reserved.