public final class PageOption
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static PageOption |
createForPageNumberAndPageSize(int currentPage,
int pageSize) |
static PageOption |
createWithoutLimits() |
int |
getPageNumber() |
int |
getPageSize() |
int |
getPageStart() |
boolean |
includeInformationAboutPages() |
public static PageOption createWithoutLimits()
public static PageOption createForPageNumberAndPageSize(int currentPage, int pageSize)
public int getPageNumber()
public int getPageSize()
public int getPageStart()
public boolean includeInformationAboutPages()
Copyright © 2018 SAP SE. All Rights Reserved.