com.atlassian.confluence.it.content
Class ViewContentBean.Builder

java.lang.Object
  extended by com.atlassian.confluence.it.content.ViewContentBean.Builder
Enclosing class:
ViewContentBean

public static class ViewContentBean.Builder
extends java.lang.Object


Method Summary
 ViewContentBean build()
           
 ViewContentBean.Builder decoratorOff()
           
 ViewContentBean.Builder page(Page page)
           
 ViewContentBean.Builder showChildren()
           
 ViewContentBean.Builder showCommentArea()
           
 ViewContentBean.Builder showComments()
           
 ViewContentBean.Builder spaceKeyAndPageTitle(java.lang.String spaceKey, java.lang.String pageTitle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showComments

public ViewContentBean.Builder showComments()

showCommentArea

public ViewContentBean.Builder showCommentArea()

showChildren

public ViewContentBean.Builder showChildren()

decoratorOff

public ViewContentBean.Builder decoratorOff()

page

public ViewContentBean.Builder page(Page page)

spaceKeyAndPageTitle

public ViewContentBean.Builder spaceKeyAndPageTitle(java.lang.String spaceKey,
                                                    java.lang.String pageTitle)

build

public ViewContentBean build()


Copyright © 2003-2014 Atlassian. All Rights Reserved.