Class Paging.Range

java.lang.Object
com.saperion.connector.options.paging.Paging.Range
Enclosing class:
Paging

public static class Paging.Range extends Object
A paging where the beginning of the range of pages was already set.
  • Constructor Details

    • Range

      public Range(Paging paging, int from)
      Instantiates a new range.
      Parameters:
      paging - the paging
      from - the from
  • Method Details

    • 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