Uses of Class
de.digitalcollections.model.list.paging.PageRequest
-
Packages that use PageRequest Package Description de.digitalcollections.model.list.paging -
-
Uses of PageRequest in de.digitalcollections.model.list.paging
Methods in de.digitalcollections.model.list.paging that return PageRequest Modifier and Type Method Description PageRequestPageRequest.Builder. build()PageRequestPageRequest. first()PageRequestPageRequest. next()PageRequestPageResponse. nextPageRequest()Returns thePageRequestto request the nextPageResponse.PageRequestPageRequest. previous()Returns thePageResponserequesting the previous page.PageRequestPageRequest. previousOrFirst()PageRequestPageResponse. previousPageRequest()Returns thePageRequestto request the previousPageResponse.Constructors in de.digitalcollections.model.list.paging with parameters of type PageRequest Constructor Description FindParams(PageRequest pageRequest)PageResponse(List<T> content, PageRequest request, long total)Constructor ofPageResponsewith the given content and the given governingPageRequest.PageResponse(List<T> content, PageRequest request, long total, String executedSearchTerm)Constructor ofPageResponsewith the given content and the given governingPageRequest.
-