Interface RecordLookupRequest._FinalStage
- All Known Implementing Classes:
RecordLookupRequest.Builder
- Enclosing class:
RecordLookupRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Inclusive lower bound for a range lookup (requiresto; non-sensitive fields only).includePayload(Boolean includePayload) includePayload(Optional<Boolean> includePayload) When true, externalized record payloads are returned in full in this response (capped per page).Maximum number of records to return per page (1–100; defaults to 20).order(RecordLookupRequestOrder order) order(Optional<RecordLookupRequestOrder> order) Sort direction for the returned results:asc(default) ordesc.Prefix to match (string, non-sensitive fields only).Pagination cursor — pass thenextCursorreturned by the previous page.Inclusive upper bound for a range lookup (requiresfrom).Exact value to match.
-
Method Details
-
build
RecordLookupRequest build() -
additionalProperty
-
additionalProperties
-
value
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. -
value
-
from
Inclusive lower bound for a range lookup (requires
to; non-sensitive fields only). Mutually exclusive withvalueandprefix. -
from
-
to
Inclusive upper bound for 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
nextCursorreturned by the previous page. -
startFrom
-
limit
Maximum number of records to return per page (1–100; defaults to 20).
-
limit
-
order
Sort direction for the returned results:
asc(default) ordesc. -
order
-
includePayload
When true, externalized record payloads are returned in full in this response (capped per page). Defaults to false, which returns only the indexed projection.
-
includePayload
-