-
- 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 StringpageIdprivate final StringpropertyIdprivate StringstartCursorprivate IntegerpageSize
-
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 StringgetPageId()final StringgetPropertyId()StringgetStartCursor()UnitsetStartCursor(String startCursor)IntegergetPageSize()UnitsetPageSize(Integer pageSize)final Map<String, String>toQuery()-
-
Method Detail
-
getPropertyId
final String getPropertyId()
-
getStartCursor
String getStartCursor()
-
setStartCursor
Unit setStartCursor(String startCursor)
-
getPageSize
Integer getPageSize()
-
setPageSize
Unit setPageSize(Integer pageSize)
-
-
-
-