com.atlassian.confluence.api.model.web
Class WebSectionView

java.lang.Object
  extended by com.atlassian.confluence.api.model.web.WebSectionView

@ExperimentalApi
public class WebSectionView
extends Object


Nested Class Summary
static class WebSectionView.Builder
           
 
Method Summary
 String getId()
           
 String getLabel()
           
 Iterable<WebItemView> getLinks()
           
 String getStyleClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLabel

public String getLabel()

getId

public String getId()

getLinks

public Iterable<WebItemView> getLinks()

getStyleClass

public String getStyleClass()


Copyright © 2003–2015 Atlassian. All rights reserved.