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