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?Inclusive lower bound on the lookup field's sort key, narrowing avaluematch to documents at or after this point.Inclusive upper bound on the lookup field's sort key, narrowing avaluematch to documents at or before this point.Pagination cursor.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
-
sortFrom
Inclusive lower bound on the lookup field's sort key, narrowing a
valuematch to documents at or after this point. Use withvalue; combine withsortToto bound both ends. Give the bound in the same form as the sorted field's own values — epoch milliseconds when the lookup sorts bycreatedAtorlastUpdated. Documents with no value for the sorted field are never included in a bounded window. -
sortFrom
-
sortTo
Inclusive upper bound on the lookup field's sort key, narrowing a
valuematch to documents at or before this point. Use withvalue; combine withsortFrom. -
sortTo
-
startFrom
Pagination cursor. Pass the
nextCursorreturned by the previous page to fetch the next page; omit it for the first page. The cursor is opaque — echo it back unchanged, and do not parse it or construct one. Keep every other query parameter identical while paging: a cursor is valid only for the exact query that returned it, and reusing one against a different query is rejected with a 400. -
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
-