Class RecordPage

java.lang.Object
ai.vectros.types.RecordPage

public final class RecordPage extends Object
  • Method Details

    • getData

      public Optional<List<RecordResponse>> getData()
      Returns:
      The items on this page, in the endpoint's natural order. Empty when there are no results.
    • getNextCursor

      public Optional<String> getNextCursor()
      Returns:
      An opaque cursor for the next page. Pass it back as the startFrom query parameter to continue paging; null when there are no more results. Treat it as opaque — do not parse or construct it.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static RecordPage.Builder builder()