Uses of Class
org.optaweb.employeerostering.domain.roster.Pagination
-
Packages that use Pagination Package Description org.optaweb.employeerostering.domain.roster -
-
Uses of Pagination in org.optaweb.employeerostering.domain.roster
Methods in org.optaweb.employeerostering.domain.roster that return Pagination Modifier and Type Method Description PaginationPagination. nextPage()static PaginationPagination. of(Integer pageNumber, Integer numberOfItemsPerPage)PaginationPagination. previousPage()PaginationPagination. withNumberOfItemsPerPage(Integer numberOfItemsPerPage)
-