Package notion.api.v1.request.comments
Class RetrieveCommentsRequest
-
- 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 String
getBlockId()
String
getStartCursor()
Unit
setStartCursor(String startCursor)
Integer
getPageSize()
Unit
setPageSize(Integer pageSize)
final Map<String, List<String>>
toQuery()
-
-
Method Detail
-
getBlockId
final String getBlockId()
-
getStartCursor
String getStartCursor()
-
setStartCursor
Unit setStartCursor(String startCursor)
-
getPageSize
Integer getPageSize()
-
setPageSize
Unit setPageSize(Integer pageSize)
-
-
-
-