@ConsumerType
public interface PaginationInfo
Modifier and Type | Method and Description |
---|---|
int |
getCurrentPage()
Get the current page, starting from 0
|
int |
getPageSize()
Get the number of products in a page
|
int |
getTotalPages()
Get the total number of pages, starting from 1
|
int |
getTotalResults()
Get the total number of results
|
int getPageSize()
int getCurrentPage()
int getTotalPages()
int getTotalResults()
Copyright © 2010 - 2020 Adobe. All Rights Reserved