Uses of Class
ai.vectros.types.BatchLookupInput.Builder
Packages that use BatchLookupInput.Builder
-
Uses of BatchLookupInput.Builder in ai.vectros.types
Methods in ai.vectros.types that return BatchLookupInput.BuilderModifier and TypeMethodDescriptionBatchLookupInput.Builder.additionalProperties(Map<String, Object> additionalProperties) BatchLookupInput.Builder.additionalProperty(String key, Object value) static BatchLookupInput.BuilderBatchLookupInput.builder()The name of the lookup field to match on, as declared on the record schema.BatchLookupInput.Builder.from(BatchLookupInput other) Your correlation id for this lookup, echoed back on the matching result group so you can pair results to inputs regardless of ordering.The record type to look up.The exact value to match against the lookup field.