Class RecordLookupRequest
java.lang.Object
ai.vectros.resources.records.requests.RecordLookupRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interface -
Method Summary
-
Method Details
-
getType
- Returns:
- The record type to look up (for example,
intake_form).
-
getField
- Returns:
- Name of the lookup field declared on the schema. For a field marked sensitive, this body variant is required (the GET variant rejects looking up by a sensitive value).
-
getValue
- Returns:
- Exact value to match. Mutually exclusive with
from/toandprefix. Sensitive fields can only be looked up by exact value, and only through this body variant.
-
getFrom
- Returns:
- Inclusive lower bound for a range lookup (requires
to; non-sensitive fields only). Mutually exclusive withvalueandprefix.
-
getTo
- Returns:
- Inclusive upper bound for a range lookup (requires
from).
-
getPrefix
- Returns:
- Prefix to match (string, non-sensitive fields only). Mutually exclusive with
valueandfrom/to.
-
getStartFrom
- Returns:
- Pagination cursor — pass the
nextCursorreturned by the previous page.
-
getLimit
- Returns:
- Maximum number of records to return per page (1–100; defaults to 20).
-
getOrder
- Returns:
- Sort direction for the returned results:
asc(default) ordesc.
-
getIncludePayload
- Returns:
- When true, externalized record payloads are returned in full in this response (capped per page). Defaults to false, which returns only the indexed projection.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-