Class CursorPageNavigator
java.lang.Object
com.sinch.sdk.core.models.pagination.PageNavigator<Integer>
com.sinch.sdk.core.models.pagination.CursorPageNavigator
public class CursorPageNavigator
extends com.sinch.sdk.core.models.pagination.PageNavigator<Integer>
Cursor Based Page Navigator
-
Constructor Summary
ConstructorDescriptionCursorPageNavigator
(Integer currentPage, Integer pageSize, Long collectionSize) Create new instance -
Method Summary
-
Constructor Details
-
CursorPageNavigator
Create new instance- Parameters:
currentPage
- Current page valuepageSize
- Page sizecollectionSize
- Size of collection
-
-
Method Details