Class BatchLookupInput

java.lang.Object
ai.vectros.types.BatchLookupInput

public final class BatchLookupInput extends Object
  • Method Details

    • getRef

      public Optional<String> getRef()
      Returns:
      Your correlation id for this lookup, echoed back on the matching result group so you can pair results to inputs regardless of ordering.
    • getType

      public Optional<String> getType()
      Returns:
      The record type to look up.
    • getField

      public Optional<String> getField()
      Returns:
      The name of the lookup field to match on, as declared on the record schema.
    • getValue

      public Optional<String> getValue()
      Returns:
      The exact value to match against the lookup field.
    • 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 BatchLookupInput.Builder builder()