Package org.bsc.confluence.model
Class Site.Home
- java.lang.Object
-
- org.bsc.confluence.model.Site.Source
-
- org.bsc.confluence.model.Site.Page
-
- org.bsc.confluence.model.Site.Home
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bsc.confluence.model.Site.Page
Site.Page.Generated
-
-
Field Summary
-
Fields inherited from class org.bsc.confluence.model.Site.Page
generateds
-
Fields inherited from class org.bsc.confluence.model.Site.Source
site
-
-
Constructor Summary
Constructors Constructor Description Home()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetParentPageId()StringgetParentPageTitle()Optional<String>optParentPageId()Optional<String>optParentPageTitle()voidsetParentPageId(String parentPageId)voidsetParentPageTitle(String parentPageTitle)-
Methods inherited from class org.bsc.confluence.model.Site.Page
getAttachments, getChildren, getComputedLabels, getGenerateds, getLabels, getParent, getSource, getUri, isIgnoreVariables, setIgnoreVariables, setLabels, setParent
-
-
-
-
Method Detail
-
getParentPageTitle
public String getParentPageTitle()
- Returns:
- the parentPageTitle
-
setParentPageTitle
public void setParentPageTitle(String parentPageTitle)
- Parameters:
parentPageTitle- the parentPageTitle to set
-
getParentPageId
public String getParentPageId()
- Returns:
- the parentPageTitle
-
setParentPageId
public void setParentPageId(String parentPageId)
- Parameters:
parentPageTitle- the parentPageTitle to set
-
-