Class RecordLookupResponse

java.lang.Object
ai.vectros.types.RecordLookupResponse

public final class RecordLookupResponse extends Object
  • Method Details

    • getData

      public Optional<List<RecordResponse>> getData()
      Returns:
      The records matched by this lookup, in lookup order (ascending by field value for range and prefix lookups; lookup-key order for exact-match lookups).
    • getNextCursor

      public Optional<String> getNextCursor()
      Returns:
      Opaque cursor for the next page. Pass it back as the startFrom parameter to continue. 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 RecordLookupResponse.Builder builder()