Class LookupDocumentsRequest
java.lang.Object
ai.vectros.resources.documents.requests.LookupDocumentsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interface -
Method Summary
-
Method Details
-
getType
- Returns:
- The document type to look up (the
typeof the bound schema).
-
getField
- Returns:
- The name of the lookup field declared on the schema.
-
getValue
- Returns:
- 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.
-
getFrom
- Returns:
- Inclusive lower bound for a range lookup (requires
to; range-enabled, non-sensitive fields only). Mutually exclusive withvalueandprefix.
-
getTo
- Returns:
- Inclusive upper bound for a range lookup (requires
from).
-
getPrefix
- Returns:
- Prefix to match for a prefix lookup (range-enabled string fields only). Mutually exclusive with
valueandfrom/to.
-
getStartFrom
- Returns:
- Pagination cursor — pass the
nextCursorreturned by the previous page.
-
getLimit
- Returns:
- Maximum number of documents to return per page (1-100; defaults to 20).
-
getOrder
- Returns:
- Sort direction for the returned documents:
asc(the default) ordesc.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-