com.atlassian.confluence.api.model.web
Class WebSectionView.Builder

java.lang.Object
  extended by com.atlassian.confluence.api.model.web.WebSectionView.Builder
Enclosing class:
WebSectionView

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


Constructor Summary
WebSectionView.Builder()
           
 
Method Summary
 WebSectionView.Builder addItems(java.lang.Iterable<WebItemView> items)
           
 WebSectionView.Builder addItems(WebItemView... items)
           
 WebSectionView create(java.lang.String id, java.lang.String label)
           
 WebSectionView.Builder setStyleClass(java.lang.String styleClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSectionView.Builder

public WebSectionView.Builder()
Method Detail

setStyleClass

public WebSectionView.Builder setStyleClass(java.lang.String styleClass)

addItems

public WebSectionView.Builder addItems(WebItemView... items)

addItems

public WebSectionView.Builder addItems(java.lang.Iterable<WebItemView> items)

create

public WebSectionView create(java.lang.String id,
                             java.lang.String label)


Copyright © 2003-2014 Atlassian. All Rights Reserved.