Package com.ringcentral.definitions
Class PagingResource
java.lang.Object
com.ringcentral.definitions.PagingResource
Pagination details
-
Field Summary
FieldsModifier and TypeFieldDescriptionFirst page token of the current filter criteria Example: fpgt1Next page token of the current filter criteria Example: npgt1Page token of the current response list Example: pgt1Number of records per page Format: int32 Example: 3Previous page token of the current filter criteria Example: lpgt1 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfirstPageToken
(String firstPageToken) nextPageToken
(String nextPageToken) previousPageToken
(String previousPageToken)
-
Field Details
-
pageToken
Page token of the current response list Example: pgt1 -
perPage
Number of records per page Format: int32 Example: 3 -
firstPageToken
First page token of the current filter criteria Example: fpgt1 -
previousPageToken
Previous page token of the current filter criteria Example: lpgt1 -
nextPageToken
Next page token of the current filter criteria Example: npgt1
-
-
Constructor Details
-
PagingResource
public PagingResource()
-
-
Method Details
-
pageToken
-
perPage
-
firstPageToken
-
previousPageToken
-
nextPageToken
-