Package ai.vectros.types
Class IdentityLookupRequest
java.lang.Object
ai.vectros.types.IdentityLookupRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interface -
Method Summary
-
Method Details
-
getType
- Returns:
- The identity schema type whose lookup fields you are querying (for example,
person_v1).
-
getField
- Returns:
- Name of the lookup field declared on the schema. For a field marked sensitive, this body variant is required (the GET variant rejects looking up by a sensitive value).
-
getValue
- Returns:
- Exact value to match. Mutually exclusive with
from/toandprefix.
-
getFrom
- Returns:
- Inclusive lower bound for a range lookup (requires
to; supported only on range-enabled, non-sensitive fields). Mutually exclusive withvalueandprefix.
-
getTo
- Returns:
- Inclusive upper bound for a range lookup (requires
from).
-
getPrefix
- Returns:
- Prefix to match (supported only on range-enabled string fields). Mutually exclusive with
valueandfrom/to.
-
getStartFrom
- Returns:
- Pagination cursor — pass the
nextCursorreturned by the previous page.
-
getLimit
- Returns:
- Maximum number of results 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
-