Package org.apache.juneau.objecttools
Class PageArgs
java.lang.Object
org.apache.juneau.objecttools.PageArgs
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
PageArgsConstructor.- Parameters:
- position- The zero-indexed position to start the page on.
- limit- The number of rows to return.
 
 
- 
- 
Method Details- 
createStatic creator.- Parameters:
- position- The zero-indexed position to start the page on.
- limit- The number of rows to return.
- Returns:
- A new PageArgsobject.
 
- 
getLimitReturns the number of rows to return.- Returns:
- The number of rows to return.
 
- 
getPositionReturns the zero-indexed position to start the page on.- Returns:
- The zero-indexed position to start the page on.
 
 
-