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, labels
-
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 Deprecated Methods Modifier and Type Method Description String
getParentPageId()
String
getParentPageTitle()
Optional<String>
optParentPageId()
Optional<String>
optParentPageTitle()
void
setParentPageId(String parentPageId)
void
setParentPageIdDeprecated(String parentPageId)
this attribute name containing dash is not supported in yaml formatvoid
setParentPageTitle(String parentPageTitle)
void
setParentPageTitleDeperecated(String parentPageTitle)
Deprecated.-
Methods inherited from class org.bsc.confluence.model.Site.Page
findPage, getAttachments, getChildren, getComputedLabels, getGenerateds, getLabels, getParent, getUri, isIgnoreVariables, setAttachment, setChild, setIgnoreVariables, setIgnoreVariablesDeprecated, setLabel, setParent
-
Methods inherited from class org.bsc.confluence.model.Site.Source
getName, getRelativeUri, setName, setUri, toString
-
-
-
-
Method Detail
-
getParentPageTitle
public String getParentPageTitle()
- Returns:
- the parentPageTitle
-
setParentPageTitleDeperecated
@Deprecated public void setParentPageTitleDeperecated(String parentPageTitle)
Deprecated.this attribute name containing dash is not supported in yaml format- Parameters:
parentPageTitle
- the parentPageTitle to set
-
setParentPageTitle
public void setParentPageTitle(String parentPageTitle)
- Parameters:
parentPageTitle
- the parentPageTitle to set
-
getParentPageId
public String getParentPageId()
- Returns:
- the parentPageTitle
-
setParentPageIdDeprecated
public void setParentPageIdDeprecated(String parentPageId)
this attribute name containing dash is not supported in yaml format- Parameters:
parentPageId
- the parentPageTitle to set
-
setParentPageId
public void setParentPageId(String parentPageId)
- Parameters:
parentPageId
- the parentPageTitle to set
-
-