Uses of Interface
ai.vectros.resources.records.requests.RecordLookupRequest._FinalStage
Packages that use RecordLookupRequest._FinalStage
-
Uses of RecordLookupRequest._FinalStage in ai.vectros.resources.records.requests
Classes in ai.vectros.resources.records.requests that implement RecordLookupRequest._FinalStageMethods in ai.vectros.resources.records.requests that return RecordLookupRequest._FinalStageModifier and TypeMethodDescriptionRecordLookupRequest._FinalStage.additionalProperties(Map<String, Object> additionalProperties) RecordLookupRequest._FinalStage.additionalProperty(String key, Object value) Name of the lookup field declared on the schema.Name of the lookup field declared on the schema.Inclusive lower bound for a range lookup (requiresto; non-sensitive fields only).Inclusive lower bound for a range lookup (requiresto; non-sensitive fields only).Inclusive lower bound for a range lookup (requiresto; non-sensitive fields only).RecordLookupRequest._FinalStage.includePayload(Boolean includePayload) RecordLookupRequest._FinalStage.includePayload(Optional<Boolean> includePayload) When true, externalized record payloads are returned in full in this response (capped per page).RecordLookupRequest.Builder.includePayload(Boolean includePayload) When true, externalized record payloads are returned in full in this response (capped per page).RecordLookupRequest.Builder.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).Maximum number of records to return per page (1–100; defaults to 20).Maximum number of records to return per page (1–100; defaults to 20).RecordLookupRequest._FinalStage.order(RecordLookupRequestOrder order) RecordLookupRequest._FinalStage.order(Optional<RecordLookupRequestOrder> order) Sort direction for the returned results:asc(default) ordesc.RecordLookupRequest.Builder.order(RecordLookupRequestOrder order) Sort direction for the returned results:asc(default) ordesc.RecordLookupRequest.Builder.order(Optional<RecordLookupRequestOrder> order) Sort direction for the returned results:asc(default) ordesc.Prefix to match (string, non-sensitive fields only).Prefix to match (string, non-sensitive fields only).Prefix to match (string, non-sensitive fields only).Inclusive lower bound on the lookup field's sort key, narrowing avaluematch to records whose sort key is at or after this point.Inclusive lower bound on the lookup field's sort key, narrowing avaluematch to records whose sort key is at or after this point.Inclusive lower bound on the lookup field's sort key, narrowing avaluematch to records whose sort key is at or after this point.Inclusive upper bound on the lookup field's sort key, narrowing avaluematch to records whose sort key is at or before this point.Inclusive upper bound on the lookup field's sort key, narrowing avaluematch to records whose sort key is at or before this point.Inclusive upper bound on the lookup field's sort key, narrowing avaluematch to records whose sort key is at or before this point.Pagination cursor — pass thenextCursorreturned by the previous page.Pagination cursor — pass thenextCursorreturned by the previous page.Pagination cursor — pass thenextCursorreturned by the previous page.Inclusive upper bound for a range lookup (requiresfrom).Inclusive upper bound for a range lookup (requiresfrom).Inclusive upper bound for a range lookup (requiresfrom).Exact value to match.Exact value to match.Exact value to match.Exact values to match, for a lookup declared over several fields — one value per field, in the order the lookup declares them.Exact values to match, for a lookup declared over several fields — one value per field, in the order the lookup declares them.Exact values to match, for a lookup declared over several fields — one value per field, in the order the lookup declares them.