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
-
Method Summary
Modifier and TypeMethodDescriptiongeteTag()
getId()
boolean
boolean
getOrder()
getPath()
getUrl()
boolean
boolean
void
setContent
(String content) void
void
setGitItemPath
(String gitItemPath) void
void
setIsNonConformant
(boolean isNonConformant) void
setIsParentPage
(boolean isParentPage) void
setNonConformant
(boolean nonConformant) void
void
setParentPage
(boolean parentPage) void
void
setRemoteUrl
(String remoteUrl) void
setSubPages
(List<WikiPage> subPages) void
Methods 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
-