Package com.atlassian.crowd.embedded.api
Interface PageRequest
- All Known Implementing Classes:
PageRequestImpl
public interface PageRequest
-
Method Summary
-
Method Details
-
start
int start()- Returns:
- the index of the element in the result set that this page will start at (0 based)
-
limit
int limit()- Returns:
- the maximum allowed size of the page
-