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 indicating the location to resume browsing from. Must match the value returned by the previous call. Pass this value to the subsequent browse call to get the next page of results. When the end of the index has been reached, `cursor` is absent from the response.
      Returns:
      cursor
    • 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