-
- All Implemented Interfaces:
-
notion.api.v1.request.common.Pagination
public final class RetrieveBlockChildrenRequest implements Pagination
-
-
Constructor Summary
Constructors Constructor Description RetrieveBlockChildrenRequest(String blockId, String startCursor, Integer pageSize)
-
Method Summary
Modifier and Type Method Description final StringgetBlockId()StringgetStartCursor()IntegergetPageSize()final Map<String, String>toQuery()-
-
Method Detail
-
getBlockId
final String getBlockId()
-
getStartCursor
String getStartCursor()
-
getPageSize
Integer getPageSize()
-
-
-
-