Class Paging.Range
- java.lang.Object
-
- com.saperion.connector.options.paging.Paging.Range
-
- Enclosing class:
- Paging
public static class Paging.Range extends java.lang.Object
A paging where the beginning of the range of pages was already set.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Paging
to(int to)
Finishes the creation of a new Paging by setting the end of the range of pages.
-
-
-
Constructor Detail
-
Range
public Range(Paging paging, int from)
Instantiates a new range.- Parameters:
paging
- the pagingfrom
- the from
-
-
Method Detail
-
to
public Paging to(int to)
Finishes the creation of a new Paging by setting the end of the range of pages.- Parameters:
to
- the end of the range of pages- Returns:
- the paging
-
-