-
public final class CreatePageRequest
-
-
Field Summary
Fields Modifier and Type Field Description private final PageParent
parent
private final Map<String, PageProperty>
properties
private List<Block>
children
private final Icon
icon
private final Cover
cover
-
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 PageParent
getParent()
final Map<String, PageProperty>
getProperties()
final List<Block>
getChildren()
final Unit
setChildren(List<Block> children)
final Icon
getIcon()
final Cover
getCover()
-
-
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)
-
-
-
-