com.atlassian.confluence.api.model.web
Class WebSectionView.Builder
java.lang.Object
com.atlassian.confluence.api.model.web.WebSectionView.Builder
- Enclosing class:
- WebSectionView
public static class WebSectionView.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebSectionView.Builder
public WebSectionView.Builder()
setStyleClass
public WebSectionView.Builder setStyleClass(String styleClass)
addItems
public WebSectionView.Builder addItems(WebItemView... items)
addItems
public WebSectionView.Builder addItems(Iterable<WebItemView> items)
create
public WebSectionView create(String id,
String label)
Copyright © 2003–2015 Atlassian. All rights reserved.