Package org.azd.wiki.types
Class WikiPage
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.wiki.types.WikiPage
Defines a page in a wiki.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongeteTag()getId()booleanbooleangetOrder()getPath()getUrl()booleanbooleanvoidsetContent(String content) voidvoidsetGitItemPath(String gitItemPath) voidvoidsetIsNonConformant(boolean isNonConformant) voidsetIsParentPage(boolean isParentPage) voidsetNonConformant(boolean nonConformant) voidvoidsetParentPage(boolean parentPage) voidvoidsetRemoteUrl(String remoteUrl) voidsetSubPages(List<WikiPage> subPages) voidMethods inherited from class org.azd.abstractions.serializer.SerializableEntity
getResponse, toJsonTree, toString
-
Constructor Details
-
WikiPage
public WikiPage()
-
-
Method Details
-
getContent
-
setContent
-
getGitItemPath
-
setGitItemPath
-
getId
-
setId
-
getIsNonConformant
public boolean getIsNonConformant() -
setIsNonConformant
public void setIsNonConformant(boolean isNonConformant) -
getIsParentPage
public boolean getIsParentPage() -
setIsParentPage
public void setIsParentPage(boolean isParentPage) -
getOrder
-
setOrder
-
getPath
-
setPath
-
getRemoteUrl
-
setRemoteUrl
-
getSubPages
-
setSubPages
-
getUrl
-
setUrl
-
isNonConformant
public boolean isNonConformant() -
setNonConformant
public void setNonConformant(boolean nonConformant) -
isParentPage
public boolean isParentPage() -
setParentPage
public void setParentPage(boolean parentPage) -
geteTag
-
seteTag
-