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 WebPanelView
create(String html)
WebPanelView.Builder
setCompleteKey(String completeKey)
WebPanelView.Builder
setHtml(String html)
Deprecated.since 5.10.WebPanelView.Builder
setKey(String key)
Deprecated.since 5.10.WebPanelView.Builder
setLabel(String label)
WebPanelView.Builder
setLocation(String location)
WebPanelView.Builder
setModuleKey(String moduleKey)
WebPanelView.Builder
setName(String name)
WebPanelView.Builder
setWeight(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)
-
-