Package org.apache.juneau.objecttools
Class PageArgs
java.lang.Object
org.apache.juneau.objecttools.PageArgs
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PageArgs
Constructor.- Parameters:
position
- The zero-indexed position to start the page on.limit
- The number of rows to return.
-
-
Method Details
-
create
Static creator.- Parameters:
position
- The zero-indexed position to start the page on.limit
- The number of rows to return.- Returns:
- A new
PageArgs
object.
-
getLimit
Returns the number of rows to return.- Returns:
- The number of rows to return.
-
getPosition
Returns the zero-indexed position to start the page on.- Returns:
- The zero-indexed position to start the page on.
-