Class Cursor

java.lang.Object
com.algolia.model.search.Cursor

public class Cursor extends Object
Cursor
  • Constructor Details

    • Cursor

      public Cursor()
  • Method Details

    • setCursor

      public Cursor setCursor(String cursor)
    • getCursor

      @Nullable public String getCursor()
      Cursor to get the next page of the response. The parameter must match the value returned in the response of a previous request. The last page of the response does not return a `cursor` attribute.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object