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

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

public static class WebPanelView.Builder
extends Object


Constructor Summary
WebPanelView.Builder()
           
 
Method Summary
 WebPanelView create(String html)
           
 WebPanelView.Builder setHtml(String html)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebPanelView.Builder

public WebPanelView.Builder()
Method Detail

setHtml

public WebPanelView.Builder setHtml(String html)

create

public WebPanelView create(String html)


Copyright © 2003–2015 Atlassian. All rights reserved.