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 class
WebSectionView.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getLabel()
Iterable<WebItemView>
getLinks()
String
getStyleClass()
-
-
-
Method Detail
-
getLabel
public String getLabel()
-
getId
public String getId()
-
getLinks
public Iterable<WebItemView> getLinks()
-
getStyleClass
public String getStyleClass()
-
-