Class DocumentLookupRequest
java.lang.Object
ai.vectros.resources.documents.requests.DocumentLookupRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interface -
Method Summary
-
Method Details
-
getType
- Returns:
- Document type to look up (the type defined by the bound schema).
-
getField
- Returns:
- Name of a lookup field declared on the schema. For a sensitive field, this body variant is required (the GET variant rejects sensitive-field lookups).
-
getValue
- Returns:
- Exact value to match (equality mode). Mutually exclusive with
from/toandprefix.
-
getFrom
- Returns:
- Inclusive lower bound for a range lookup (requires
to; non-sensitive, range-enabled fields only). Mutually exclusive withvalueandprefix.
-
getTo
- Returns:
- Inclusive upper bound for a range lookup (requires
from; mutually exclusive withvalueandprefix).
-
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
nextCursorfrom the previous page to fetch the next page; omit it for the first page.
-
getLimit
- Returns:
- Maximum number of documents to return per page (1–100; defaults to 20).
-
getOrder
- Returns:
- Sort direction for the returned results:
asc(default) ordesc.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-