Uses of Class
ai.vectros.resources.identity.requests.ListEntitiesRequest.Builder
Packages that use ListEntitiesRequest.Builder
-
Uses of ListEntitiesRequest.Builder in ai.vectros.resources.identity.requests
Methods in ai.vectros.resources.identity.requests that return ListEntitiesRequest.BuilderModifier and TypeMethodDescriptionListEntitiesRequest.Builder.additionalProperties(Map<String, Object> additionalProperties) ListEntitiesRequest.Builder.additionalProperty(String key, Object value) static ListEntitiesRequest.BuilderListEntitiesRequest.builder()Which app context to read from.ListEntitiesRequest.Builder.externalId(String externalId) ListEntitiesRequest.Builder.externalId(Optional<String> externalId) Look up an entity by your own identifier.The schema-declared lookup field to filter on.ListEntitiesRequest.Builder.from(ListEntitiesRequest other) Inclusive lower bound for a range lookup (requiresto; range-enabled fields).Maximum entities per page (1-100; defaults to 20).ListEntitiesRequest.Builder.order(ListEntitiesRequestOrder order) ListEntitiesRequest.Builder.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.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).