Class BaseSortablePageableRequest
java.lang.Object
net.croz.nrich.search.api.request.BaseSortablePageableRequest
- All Implemented Interfaces:
SortablePageableRequest
Helper class for creating request that support paging and sorting.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.croz.nrich.search.api.request.SortablePageableRequest
getPageNumber, getPageSize, getSortPropertyList
-
Constructor Details
-
BaseSortablePageableRequest
public BaseSortablePageableRequest()
-