Package ai.vectros.types
Interface IdentityLookupRequest._FinalStage
- All Known Implementing Classes:
IdentityLookupRequest.Builder
- Enclosing class:
IdentityLookupRequest
public static interface IdentityLookupRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Inclusive lower bound for a range lookup (requiresto; supported only on range-enabled, non-sensitive fields).Maximum number of results to return per page (1–100; defaults to 20).order(IdentityLookupRequestOrder order) order(Optional<IdentityLookupRequestOrder> order) Sort direction for the returned results:asc(default) ordesc.Prefix to match (supported only on range-enabled string fields).Pagination cursor — pass thenextCursorreturned by the previous page.Inclusive upper bound for a range lookup (requiresfrom).Exact value to match.
-
Method Details
-
build
IdentityLookupRequest build() -
additionalProperty
-
additionalProperties
-
value
Exact value to match. Mutually exclusive with
from/toandprefix. -
value
-
from
Inclusive lower bound for a range lookup (requires
to; supported only on range-enabled, non-sensitive fields). Mutually exclusive withvalueandprefix. -
from
-
to
Inclusive upper bound for a range lookup (requires
from). -
to
-
prefix
Prefix to match (supported only on range-enabled string fields). Mutually exclusive with
valueandfrom/to. -
prefix
-
startFrom
Pagination cursor — pass the
nextCursorreturned by the previous page. -
startFrom
-
limit
Maximum number of results to return per page (1–100; defaults to 20).
-
limit
-
order
Sort direction for the returned results:
asc(default) ordesc. -
order
-