Class ListEntitiesRequest.Builder
- Enclosing class:
ListEntitiesRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()externalId(String externalId) externalId(Optional<String> externalId) Look up an entity by your own identifier.The schema-declared lookup field to filter on.from(ListEntitiesRequest other) Inclusive lower bound for a range lookup (requiresto; range-enabled fields).Maximum entities per page (1-100; defaults to 20).order(ListEntitiesRequestOrder order) order(Optional<ListEntitiesRequestOrder> order) Sort direction by the field's value for atype/fieldlookup:asc(ascending, the default) ordesc.Match all values offieldstarting with this prefix (range-enabled string fields).Filter by parent edge as<namespace>:<value>(e.g.Pagination cursor from a previous page'snextCursor.Inclusive upper bound for a range lookup (requiresfrom).Schema record type whose lookup fields you want to query.Return only entities owned by this user (Vectros user ID).Exact value to match forfield(equality).
-
Method Details
-
from
-
userId
Return only entities owned by this user (Vectros user ID).
-
userId
-
externalId
Look up an entity by your own identifier. Returns a list with the single match, or empty.
-
externalId
-
scope
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. -
scope
-
type
Schema record type whose lookup fields you want to query. Supply with
fieldand one lookup mode (value,from/to, orprefix). -
type
-
field
The schema-declared lookup field to filter on. Supply with
typeand one lookup mode. -
field
-
value
Exact value to match for
field(equality). Not allowed for a sensitive field — usePOST /v1/entities/{namespace}/lookup. -
value
-
from
Inclusive lower bound for a range lookup (requires
to; range-enabled fields). -
from
-
to
Inclusive upper bound for a range lookup (requires
from). -
to
-
prefix
Match all values of
fieldstarting with this prefix (range-enabled string fields). -
prefix
-
order
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. -
order
-
startFrom
Pagination cursor from a previous page's
nextCursor. -
startFrom
-
limit
Maximum entities per page (1-100; defaults to 20).
-
limit
-
build
-
additionalProperty
-
additionalProperties
-