Class WebSectionView
- java.lang.Object
-
- com.atlassian.confluence.api.model.web.WebSectionView
-
@ExperimentalApi public class WebSectionView extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebSectionView.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetLabel()Iterable<WebItemView>getLinks()StringgetStyleClass()
-
-
-
Method Detail
-
getLabel
public String getLabel()
-
getId
public String getId()
-
getLinks
public Iterable<WebItemView> getLinks()
-
getStyleClass
public String getStyleClass()
-
-