-
public final class CreatePageRequest
-
-
Field Summary
Fields Modifier and Type Field Description private final PageParentparentprivate final Map<String, PageProperty>propertiesprivate List<Block>childrenprivate final Iconiconprivate final Covercover
-
Constructor Summary
Constructors Constructor Description CreatePageRequest(PageParent parent, Map<String, PageProperty> properties, List<Block> children, Icon icon, Cover cover)CreatePageRequest(PageParent parent, Map<String, PageProperty> properties, List<Block> children, Icon icon)CreatePageRequest(PageParent parent, Map<String, PageProperty> properties, List<Block> children)CreatePageRequest(PageParent parent, Map<String, PageProperty> properties)
-
Method Summary
Modifier and Type Method Description final PageParentgetParent()final Map<String, PageProperty>getProperties()final List<Block>getChildren()final UnitsetChildren(List<Block> children)final IcongetIcon()final CovergetCover()-
-
Constructor Detail
-
CreatePageRequest
CreatePageRequest(PageParent parent, Map<String, PageProperty> properties, List<Block> children, Icon icon, Cover cover)
-
CreatePageRequest
CreatePageRequest(PageParent parent, Map<String, PageProperty> properties, List<Block> children, Icon icon)
-
CreatePageRequest
CreatePageRequest(PageParent parent, Map<String, PageProperty> properties, List<Block> children)
-
CreatePageRequest
CreatePageRequest(PageParent parent, Map<String, PageProperty> properties)
-
-
Method Detail
-
getParent
final PageParent getParent()
-
getProperties
final Map<String, PageProperty> getProperties()
-
getChildren
final List<Block> getChildren()
-
setChildren
final Unit setChildren(List<Block> children)
-
-
-
-