Uses of Class
ai.vectros.resources.identity.requests.ListUsersRequest.Builder
Packages that use ListUsersRequest.Builder
-
Uses of ListUsersRequest.Builder in ai.vectros.resources.identity.requests
Methods in ai.vectros.resources.identity.requests that return ListUsersRequest.BuilderModifier and TypeMethodDescriptionListUsersRequest.Builder.additionalProperties(Map<String, Object> additionalProperties) ListUsersRequest.Builder.additionalProperty(String key, Object value) static ListUsersRequest.BuilderListUsersRequest.builder()ListUsersRequest.Builder.externalId(String externalId) ListUsersRequest.Builder.externalId(Optional<String> externalId) Look up a single user by your ownexternalId.The lookup field to filter on.ListUsersRequest.Builder.from(ListUsersRequest other) Inclusive lower bound for a range lookup.Maximum number of users to return per page (1–100; defaults to 20).ListUsersRequest.Builder.order(ListUsersRequestOrder order) ListUsersRequest.Builder.order(Optional<ListUsersRequestOrder> order) Sort direction for the matched users:asc(ascending, the default) ordesc(descending).Prefix to match.Pagination cursor.Inclusive upper bound for a range lookup.The schema record type whose lookup fields you are querying (the schema's declared record type, not the user'sHUMAN/SERVICEkind).Exact value to match forfield.