Class WebPanelView.Builder
- java.lang.Object
-
- com.atlassian.confluence.api.model.web.WebPanelView.Builder
-
- Enclosing class:
- WebPanelView
public static class WebPanelView.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description WebPanelViewcreate(String html)WebPanelView.BuildersetCompleteKey(String completeKey)WebPanelView.BuildersetHtml(String html)Deprecated.since 5.10.WebPanelView.BuildersetKey(String key)Deprecated.since 5.10.WebPanelView.BuildersetLabel(String label)WebPanelView.BuildersetLocation(String location)WebPanelView.BuildersetModuleKey(String moduleKey)WebPanelView.BuildersetName(String name)WebPanelView.BuildersetWeight(int weight)
-
-
-
Method Detail
-
create
public WebPanelView create(String html)
-
setKey
@Deprecated public WebPanelView.Builder setKey(String key)
Deprecated.since 5.10. UsesetModuleKey(java.lang.String)
-
setModuleKey
public WebPanelView.Builder setModuleKey(String moduleKey)
-
setCompleteKey
public WebPanelView.Builder setCompleteKey(String completeKey)
- Since:
- 5.10
-
setName
public WebPanelView.Builder setName(String name)
-
setLocation
public WebPanelView.Builder setLocation(String location)
-
setLabel
public WebPanelView.Builder setLabel(String label)
-
setWeight
public WebPanelView.Builder setWeight(int weight)
-
setHtml
@Deprecated public WebPanelView.Builder setHtml(String html)
Deprecated.since 5.10. Has no effect. Usecreate(String)
-
-