Interface LookupDocumentsRequest._FinalStage
- All Known Implementing Classes:
LookupDocumentsRequest.Builder
- Enclosing class:
LookupDocumentsRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Inclusive lower bound for a range lookup (requiresto; range-enabled, non-sensitive fields only).Maximum number of documents to return per page (1-100; defaults to 20).order(LookupDocumentsRequestOrder order) order(Optional<LookupDocumentsRequestOrder> order) Sort direction for the returned documents:asc(the 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, as a singlenamespace:valueentry — mirrorsGET /v1/schemas?Pagination cursor — pass thenextCursorreturned by the previous page.Inclusive upper bound for a range lookup (requiresfrom).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.
-
Method Details
-
build
LookupDocumentsRequest build() -
additionalProperty
-
additionalProperties
-
value
Exact value to match. Mutually exclusive with
from/toandprefix. Rejected for a sensitive field — use POST /v1/documents/lookup so the value isn't exposed in the URL. -
value
-
from
Inclusive lower bound for a range lookup (requires
to; range-enabled, non-sensitive fields only). Mutually exclusive withvalueandprefix. -
from
-
to
Inclusive upper bound for a range lookup (requires
from). -
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
nextCursorreturned by the previous page. -
startFrom
-
limit
Maximum number of documents to return per page (1-100; defaults to 20).
-
limit
-
order
Sort direction for the returned documents:
asc(the 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. -
userId
-
scope
Root API key ONLY: resolve
type's schema as this scope would, as a singlenamespace:valueentry — mirrorsGET /v1/schemas?recordType='sscopeselector. Ignored for a scoped credential. -
scope
-