Uses of Class
com.atlassian.confluence.api.model.content.Content.ContentBuilder

Packages that use Content.ContentBuilder
com.atlassian.confluence.api.model.content   
 

Uses of Content.ContentBuilder in com.atlassian.confluence.api.model.content
 

Methods in com.atlassian.confluence.api.model.content that return Content.ContentBuilder
 Content.ContentBuilder Content.ContentBuilder.addLink(Link link)
           
 Content.ContentBuilder Content.ContentBuilder.addLink(LinkType type, java.lang.String path)
           
 Content.ContentBuilder Content.ContentBuilder.ancestors(java.lang.Iterable<Content> ancestors)
           
 Content.ContentBuilder Content.ContentBuilder.body(java.util.Map<ContentRepresentation,ContentBody> body)
           
 Content.ContentBuilder Content.ContentBuilder.body(java.lang.String value, ContentRepresentation format)
           
static Content.ContentBuilder Content.builder()
          Returns a Content.ContentBuilder instance that can be used to create a new Content object.
static Content.ContentBuilder Content.builder(Content content)
          Returns a Content.ContentBuilder instance that clones an existing Content object.
static Content.ContentBuilder Content.builder(ContentType type)
          Returns a Content.ContentBuilder instance that can be used to create a new Content object.
static Content.ContentBuilder Content.builder(ContentType type, long id)
          Returns a Content.ContentBuilder instance that can be used to create a new Content object.
 Content.ContentBuilder Content.ContentBuilder.children(java.util.Map<ContentType,PageResponse<Content>> children)
           
 Content.ContentBuilder Content.ContentBuilder.container(Container container)
           
 Content.ContentBuilder Content.ContentBuilder.descendants(java.util.Map<ContentType,PageResponse<Content>> descendants)
           
 Content.ContentBuilder Content.ContentBuilder.history(History history)
           
 Content.ContentBuilder Content.ContentBuilder.history(Reference<History> history)
           
 Content.ContentBuilder Content.ContentBuilder.id(ContentId id)
           
 Content.ContentBuilder Content.ContentBuilder.metadata(java.util.Map<java.lang.String,java.lang.Object> metadata)
           
 Content.ContentBuilder Content.ContentBuilder.parent(Content parent)
          Shortcut method for creating ancestors with a single item of Content
 Content.ContentBuilder Content.ContentBuilder.space(Reference<Space> space)
           
 Content.ContentBuilder Content.ContentBuilder.space(Space space)
           
 Content.ContentBuilder Content.ContentBuilder.space(java.lang.String spaceKey)
           
 Content.ContentBuilder Content.ContentBuilder.title(java.lang.String title)
           
 Content.ContentBuilder Content.ContentBuilder.type(ContentType type)
           
 Content.ContentBuilder Content.ContentBuilder.version(Reference<Version> version)
           
 Content.ContentBuilder Content.ContentBuilder.version(Version version)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.