Uses of Class
ai.vectros.resources.identity.requests.ListClientsRequest.Builder
Packages that use ListClientsRequest.Builder
-
Uses of ListClientsRequest.Builder in ai.vectros.resources.identity.requests
Methods in ai.vectros.resources.identity.requests that return ListClientsRequest.BuilderModifier and TypeMethodDescriptionListClientsRequest.Builder.additionalProperties(Map<String, Object> additionalProperties) ListClientsRequest.Builder.additionalProperty(String key, Object value) static ListClientsRequest.BuilderListClientsRequest.builder()ListClientsRequest.Builder.externalId(String externalId) ListClientsRequest.Builder.externalId(Optional<String> externalId) Look up a client by your ownexternalId.Name of the lookup field to filter by.ListClientsRequest.Builder.from(ListClientsRequest other) Inclusive lower bound for a range lookup.Maximum number of clients to return per page (1–100; defaults to 20).ListClientsRequest.Builder.order(ListClientsRequestOrder order) ListClientsRequest.Builder.order(Optional<ListClientsRequestOrder> order) Sort direction for the results:asc(the default) ordesc.Return only clients belonging to this organization.Match clients whose value forfieldstarts with this prefix.Pagination cursor.Inclusive upper bound for a range lookup.Record type of the schema whose lookup fields you are querying.Return only clients owned by this user.Exact value to match forfield(equality mode).