public class PageRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PAGE_SIZE |
static int |
MAX_PAGE_SIZE |
| Constructor and Description |
|---|
PageRequest(int from) |
PageRequest(int from,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFrom() |
int |
getPageSize() |
PageRequest |
next() |
int |
to() |
public static final int DEFAULT_PAGE_SIZE
public static final int MAX_PAGE_SIZE
public PageRequest(int from)
public PageRequest(int from,
int pageSize)
public PageRequest next()
public int to()
public int getPageSize()
public int getFrom()
Copyright 2022 OneSpan All rights reserved.