Class ListEntitiesRequest
java.lang.Object
ai.vectros.resources.identity.requests.ListEntitiesRequest
-
Method Details
-
getUserId
- Returns:
- Return only entities owned by this user (Vectros user ID).
-
getExternalId
- Returns:
- Look up an entity by your own identifier. Returns a list with the single match, or empty.
-
getScope
- Returns:
- Filter by parent edge as
<namespace>:<value>(e.g.org:6ba7...). Matches any of the entity's parents, not just its first. Naming this route's own namespace resolves the entity itself.
-
getType
- Returns:
- Schema record type whose lookup fields you want to query. Supply with
fieldand one lookup mode (value,from/to, orprefix).
-
getField
- Returns:
- The schema-declared lookup field to filter on. Supply with
typeand one lookup mode.
-
getValue
- Returns:
- Exact value to match for
field(equality). Not allowed for a sensitive field — usePOST /v1/entities/{namespace}/lookup.
-
getFrom
- Returns:
- Inclusive lower bound for a range lookup (requires
to; range-enabled fields).
-
getTo
- Returns:
- Inclusive upper bound for a range lookup (requires
from).
-
getPrefix
- Returns:
- Match all values of
fieldstarting with this prefix (range-enabled string fields).
-
getOrder
- Returns:
- Sort direction by the field's value for a
type/fieldlookup:asc(ascending, the default) ordesc. Lookup mode only — listing by namespace,userId,scope, orexternalIddoes not take a sort direction and rejects this parameter.
-
getStartFrom
- Returns:
- Pagination cursor from a previous page's
nextCursor.
-
getLimit
- Returns:
- Maximum entities per page (1-100; defaults to 20).
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-