Uses of Interface
ai.vectros.resources.records.requests.LookupRecordsRequest._FinalStage
Packages that use LookupRecordsRequest._FinalStage
-
Uses of LookupRecordsRequest._FinalStage in ai.vectros.resources.records.requests
Classes in ai.vectros.resources.records.requests that implement LookupRecordsRequest._FinalStageMethods in ai.vectros.resources.records.requests that return LookupRecordsRequest._FinalStageModifier and TypeMethodDescriptionLookupRecordsRequest._FinalStage.additionalProperties(Map<String, Object> additionalProperties) LookupRecordsRequest._FinalStage.additionalProperty(String key, Object value) The name of the lookup field to match on, as declared on the type's schema.The name of the lookup field to match on, as declared on the type's schema.Inclusive lower bound of a range lookup (requiresto; non-sensitive fields only).Inclusive lower bound of a range lookup (requiresto; non-sensitive fields only).Inclusive lower bound of a range lookup (requiresto; non-sensitive fields only).LookupRecordsRequest._FinalStage.includePayload(String includePayload) LookupRecordsRequest._FinalStage.includePayload(Optional<String> includePayload) Set totrueto include each record's full payload, rehydrating any payloads stored externally (capped per page).LookupRecordsRequest.Builder.includePayload(String includePayload) Set totrueto include each record's full payload, rehydrating any payloads stored externally (capped per page).LookupRecordsRequest.Builder.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.Maximum number of records to return per page.Maximum number of records to return per page.LookupRecordsRequest._FinalStage.order(LookupRecordsRequestOrder order) LookupRecordsRequest._FinalStage.order(Optional<LookupRecordsRequestOrder> order) Sort direction by the field's value:asc(ascending, the default) ordesc(descending).LookupRecordsRequest.Builder.order(LookupRecordsRequestOrder order) Sort direction by the field's value:asc(ascending, the default) ordesc(descending).LookupRecordsRequest.Builder.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).Prefix to match (string, non-sensitive fields only).Prefix to match (string, non-sensitive fields only).Pagination cursor.Pagination cursor.Pagination cursor.Inclusive upper bound of a range lookup (requiresfrom).Inclusive upper bound of a range lookup (requiresfrom).Inclusive upper bound of a range lookup (requiresfrom).Exact value to match.Exact value to match.Exact value to match.