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 java.lang.Object


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

Method Detail

getLabel

public java.lang.String getLabel()

getId

public java.lang.String getId()

getLinks

public java.lang.Iterable<WebItemView> getLinks()

getStyleClass

public java.lang.String getStyleClass()


Copyright © 2003-2014 Atlassian. All Rights Reserved.