public class PaginatedResult<T> extends Object
| Constructor and Description |
|---|
PaginatedResult(int totalItems,
int pageSize,
List<T> currentPage) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getCurrentPage() |
int |
getPageSize() |
int |
getTotalItems() |
Copyright © 2013–2018. All rights reserved.