Package com.ringcentral.definitions
Class ResponsePaging
java.lang.Object
com.ringcentral.definitions.ResponsePaging
Paging information
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe current page number Required Format: int64How many items are displayed on the page Required Format: int64The total number of items in the dataset Required Format: int64The total number of pages Required Format: int64 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
page
The current page number Required Format: int64 -
perPage
How many items are displayed on the page Required Format: int64 -
totalPages
The total number of pages Required Format: int64 -
totalElements
The total number of items in the dataset Required Format: int64
-
-
Constructor Details
-
ResponsePaging
public ResponsePaging()
-
-
Method Details
-
page
-
perPage
-
totalPages
-
totalElements
-