Interface LookupRecordsRequest._FinalStage
- All Known Implementing Classes:
LookupRecordsRequest.Builder
- Enclosing class:
LookupRecordsRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Inclusive lower bound of a range lookup (requiresto; non-sensitive fields only).includePayload(String includePayload) includePayload(Optional<String> includePayload) Set totrueto include each record's full payload, rehydrating any payloads stored externally (capped per page).Maximum number of records to return per page.order(LookupRecordsRequestOrder order) order(Optional<LookupRecordsRequestOrder> order) Sort direction by the field's value:asc(ascending, the default) ordesc(descending).Prefix to match (string, non-sensitive fields only).Pagination cursor.Inclusive upper bound of a range lookup (requiresfrom).Exact value to match.
-
Method Details
-
build
LookupRecordsRequest build() -
additionalProperty
-
additionalProperties
-
value
Exact value to match. Mutually exclusive with
from/toandprefix. Rejected for a sensitive field — usePOST /v1/records/lookupinstead so the value is not exposed in the URL. -
value
-
from
Inclusive lower bound of a range lookup (requires
to; non-sensitive fields only). Mutually exclusive withvalueandprefix. -
from
-
to
Inclusive upper bound of a range lookup (requires
from). -
to
-
prefix
Prefix to match (string, non-sensitive fields only). Mutually exclusive with
valueandfrom/to. -
prefix
-
startFrom
Pagination cursor. Pass the
nextCursorfrom the previous page; omit it for the first page. -
startFrom
-
limit
Maximum number of records to return per page. Allowed range 1–100; defaults to 20.
-
limit
-
includePayload
Set to
trueto include each record's full payload, rehydrating any payloads stored externally (capped per page). Defaults tofalse, which returns only the indexed projection. -
includePayload
-
order
Sort direction by the field's value:
asc(ascending, the default) ordesc(descending). -
order
-