Class Pagination

java.lang.Object
org.neo4j.ogm.cypher.query.Pagination

public class Pagination extends Object
Author:
Vince Bickers
  • Constructor Details

    • Pagination

      public Pagination(int pageNumber, int pageSize)
  • Method Details

    • setOffset

      public void setOffset(Integer offset)
      The offset, if present, determines how many records to skip. Otherwise, pageNumber * pageSize records are skipped.
      Parameters:
      offset - the offset
    • toString

      public String toString()
      Overrides:
      toString in class Object