Package ai.vectros.types
Class BatchLookupInput
java.lang.Object
ai.vectros.types.BatchLookupInput
-
Method Details
-
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
- Returns:
- The record type to look up.
-
getField
- Returns:
- The name of the lookup field to match on, as declared on the record schema. For a lookup declared over several fields, this is those field names joined with commas (
status,area), and the values go invalues.
-
getValue
- Returns:
- The exact value to match against the lookup field. Mutually exclusive with
values.
-
getValues
- Returns:
- The exact values to match, for a lookup declared over several fields — one value per field, in the order the lookup declares them. Mutually exclusive with
value; a single-element list is identical tovalue. You may supply fewer values than the lookup declares as long as they are a leading run of its fields.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-