-
- 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 StringgetBlockId()final List<Block>getChildren()-
-
Method Detail
-
getBlockId
final String getBlockId()
-
getChildren
final List<Block> getChildren()
-
-
-
-