-
public final class CreatePageRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCreatePageRequest.Parent
-
Field Summary
Fields Modifier and Type Field Description private final CreatePageRequest.Parentparentprivate final Map<String, PageProperty>propertiesprivate List<Block>children
-
Constructor Summary
Constructors Constructor Description CreatePageRequest(CreatePageRequest.Parent parent, Map<String, PageProperty> properties)CreatePageRequest(CreatePageRequest.Parent parent, Map<String, PageProperty> properties, List<Block> children)
-
Method Summary
Modifier and Type Method Description final CreatePageRequest.ParentgetParent()final Map<String, PageProperty>getProperties()final List<Block>getChildren()final UnitsetChildren(List<Block> children)-
-
Constructor Detail
-
CreatePageRequest
CreatePageRequest(CreatePageRequest.Parent parent, Map<String, PageProperty> properties)
-
CreatePageRequest
CreatePageRequest(CreatePageRequest.Parent parent, Map<String, PageProperty> properties, List<Block> children)
-
-
Method Detail
-
getParent
final CreatePageRequest.Parent getParent()
-
getProperties
final Map<String, PageProperty> getProperties()
-
getChildren
final List<Block> getChildren()
-
setChildren
final Unit setChildren(List<Block> children)
-
-
-
-