Interface DocumentLookupRequest._FinalStage
- All Known Implementing Classes:
DocumentLookupRequest.Builder
- Enclosing class:
DocumentLookupRequest
-
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, range-enabled fields only).Maximum number of documents to return per page (1–100; defaults to 20).order(DocumentLookupRequestOrder order) order(Optional<DocumentLookupRequestOrder> order) Sort direction for the returned results:asc(default) ordesc.Prefix to match for a prefix lookup (range-enabled string fields only).Root API key ONLY: resolvetype's schema as this scope would (basedOn-aware shadowing), as a singlenamespace:valueentry — mirrorsGET /v1/schemas?Pagination cursor.Inclusive upper bound for a range lookup (requiresfrom; mutually exclusive withvalueandprefix).Root API key ONLY: resolvetype's schema as this user would (basedOn-aware shadowing) instead of the shared base — mirrorsGET /v1/schemas?Exact value to match (equality mode).
-
Method Details
-
build
DocumentLookupRequest build() -
additionalProperty
-
additionalProperties
-
value
Exact value to match (equality mode). Mutually exclusive with
from/toandprefix. -
value
-
from
Inclusive lower bound for a range lookup (requires
to; non-sensitive, range-enabled fields only). Mutually exclusive withvalueandprefix. -
from
-
to
Inclusive upper bound for a range lookup (requires
from; mutually exclusive withvalueandprefix). -
to
-
prefix
Prefix to match for a prefix lookup (range-enabled string fields only). Mutually exclusive with
valueandfrom/to. -
prefix
-
startFrom
Pagination cursor. Pass the
nextCursorfrom the previous page to fetch the next page; omit it for the first page. -
startFrom
-
limit
Maximum number of documents to return per page (1–100; defaults to 20).
-
limit
-
order
Sort direction for the returned results:
asc(default) ordesc. -
order
-
userId
Root API key ONLY: resolve
type's schema as this user would (basedOn-aware shadowing) instead of the shared base — mirrorsGET /v1/schemas?recordType='suserIdselector. Ignored for a scoped credential, which always resolves via its own token identity. -
userId
-
scope
Root API key ONLY: resolve
type's schema as this scope would (basedOn-aware shadowing), as a singlenamespace:valueentry — mirrorsGET /v1/schemas?recordType='sscopeselector. Ignored for a scoped credential. -
scope
-