Uses of Class
com.atlassian.confluence.api.model.content.Version

Packages that use Version
com.atlassian.confluence.api.model.content   
 

Uses of Version in com.atlassian.confluence.api.model.content
 

Methods in com.atlassian.confluence.api.model.content that return Version
 Version Version.VersionBuilder.build()
           
 Version Content.getVersion()
           
 

Methods in com.atlassian.confluence.api.model.content that return types with arguments of type Version
static Reference<Version> Version.buildReference(Reference<Content> contentReference, int number)
           
 Reference<Version> History.getLastUpdated()
           
 Reference<Version> History.getNextVersion()
           
 Reference<Version> History.getPreviousVersion()
           
 

Methods in com.atlassian.confluence.api.model.content with parameters of type Version
 History.HistoryBuilder History.HistoryBuilder.lastUpdated(Version lastUpdated)
           
 History.HistoryBuilder History.HistoryBuilder.nextVersion(Version nextVersion)
           
 History.HistoryBuilder History.HistoryBuilder.previousVersion(Version previousVersion)
           
 Content.ContentBuilder Content.ContentBuilder.version(Version version)
           
 

Method parameters in com.atlassian.confluence.api.model.content with type arguments of type Version
 Content.ContentBuilder Content.ContentBuilder.version(Reference<Version> version)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.