java.lang.Object
com.saperion.connector.options.paging.Paging

public final class Paging extends Object
Paging is used to set the range of pages that should be rendered.
  • Method Details

    • from

      public static Paging.Range from(Integer from)
      Starts the creation of a new Paging starting from the specified page.
      Parameters:
      from - from page
      Returns:
      the range
    • getAllPages

      public Set<Integer> getAllPages()
      Gets a set containing all pages that should be rendered.
      Returns:
      the set containing all pages
    • toString

      public String toString()
      Overrides:
      toString in class Object
      See Also: