Uses of Class
ai.vectros.resources.identity.requests.ListOrgsRequest.Builder
Packages that use ListOrgsRequest.Builder
-
Uses of ListOrgsRequest.Builder in ai.vectros.resources.identity.requests
Methods in ai.vectros.resources.identity.requests that return ListOrgsRequest.BuilderModifier and TypeMethodDescriptionListOrgsRequest.Builder.additionalProperties(Map<String, Object> additionalProperties) ListOrgsRequest.Builder.additionalProperty(String key, Object value) static ListOrgsRequest.BuilderListOrgsRequest.builder()ListOrgsRequest.Builder.externalId(String externalId) ListOrgsRequest.Builder.externalId(Optional<String> externalId) Look up an organization by your own identifier.The schema-declared lookup field to filter on.ListOrgsRequest.Builder.from(ListOrgsRequest other) Inclusive lower bound for a range lookup.Maximum number of organizations to return per page (1–100; defaults to 20).ListOrgsRequest.Builder.order(ListOrgsRequestOrder order) ListOrgsRequest.Builder.order(Optional<ListOrgsRequestOrder> order) Sort direction for lookup results:asc(ascending, the default) ordesc(descending).Match all values forfieldthat start with this prefix.Pagination cursor.Inclusive upper bound for a range lookup.The schema record type whose lookup fields you want to query.Return only organizations owned by this user, given as the Vectros-assigned ID (UUID) of a user.Exact value to match forfield(equality lookup).