Package notion.api.v1.request.pages
Class RetrievePagePropertyItemRequest
-
- All Implemented Interfaces:
-
notion.api.v1.request.common.Pagination
public final class RetrievePagePropertyItemRequest implements Pagination
-
-
Field Summary
Fields Modifier and Type Field Description private final String
pageId
private final String
propertyId
private String
startCursor
private Integer
pageSize
-
Constructor Summary
Constructors Constructor Description RetrievePagePropertyItemRequest(String pageId, String propertyId, String startCursor, Integer pageSize)
RetrievePagePropertyItemRequest(String pageId, String propertyId, String startCursor)
RetrievePagePropertyItemRequest(String pageId, String propertyId)
-
Method Summary
Modifier and Type Method Description final String
getPageId()
final String
getPropertyId()
String
getStartCursor()
Unit
setStartCursor(String startCursor)
Integer
getPageSize()
Unit
setPageSize(Integer pageSize)
final Map<String, List<String>>
toQuery()
-
-
Method Detail
-
getPropertyId
final String getPropertyId()
-
getStartCursor
String getStartCursor()
-
setStartCursor
Unit setStartCursor(String startCursor)
-
getPageSize
Integer getPageSize()
-
setPageSize
Unit setPageSize(Integer pageSize)
-
-
-
-