Package notion.api.v1.request.blocks
Class AppendBlockChildrenRequest
-
- All Implemented Interfaces:
public final class AppendBlockChildrenRequest
-
-
Constructor Summary
Constructors Constructor Description AppendBlockChildrenRequest(String blockId, List<Block> children)
-
Method Summary
Modifier and Type Method Description final String
getBlockId()
final List<Block>
getChildren()
-
-
Method Detail
-
getBlockId
final String getBlockId()
-
getChildren
final List<Block> getChildren()
-
-
-
-