-
public final class CreatePageRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
CreatePageRequest.Parent
-
Field Summary
Fields Modifier and Type Field Description private final CreatePageRequest.Parent
parent
private final Map<String, PageProperty>
properties
private 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.Parent
getParent()
final Map<String, PageProperty>
getProperties()
final List<Block>
getChildren()
final Unit
setChildren(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)
-
-
-
-