| Modifier and Type | Field and Description |
|---|---|
static String |
END_CURSOR |
static String |
START_CURSOR |
| Constructor and Description |
|---|
CursorPaging(String start,
int size) |
| Modifier and Type | Method and Description |
|---|---|
static CursorPaging |
firstPage(int size) |
boolean |
isFirstPage() |
boolean |
isLastPage() |
static CursorPaging |
lastPage(int size) |
public static final String START_CURSOR
public static final String END_CURSOR
public CursorPaging(String start, int size)
public boolean isFirstPage()
public boolean isLastPage()
public static CursorPaging firstPage(int size)
public static CursorPaging lastPage(int size)
Copyright © 2020 CodingZero. All rights reserved.