-
- 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 String
getBlockId()
String
getStartCursor()
Integer
getPageSize()
final Map<String, String>
toQuery()
-
-
Method Detail
-
getBlockId
final String getBlockId()
-
getStartCursor
String getStartCursor()
-
getPageSize
Integer getPageSize()
-
-
-
-