Uses of Class
ai.vectros.types.ClientResponse
Packages that use ClientResponse
-
Uses of ClientResponse in ai.vectros.resources.identity
Methods in ai.vectros.resources.identity that return ClientResponseModifier and TypeMethodDescriptionIdentityClient.createClient(ClientRequest request) Creates a new client identity in your account.IdentityClient.createClient(ClientRequest request, RequestOptions requestOptions) Creates a new client identity in your account.Returns a single client by its Vectros-assigned UUID.IdentityClient.getClient(String id, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.IdentityClient.getClient(String id, GetClientRequest request) Returns a single client by its Vectros-assigned UUID.IdentityClient.getClient(String id, GetClientRequest request, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.IdentityClient.updateClient(String id, UpdateClientRequest request) Updates mutable fields on an existing client.IdentityClient.updateClient(String id, UpdateClientRequest request, RequestOptions requestOptions) Updates mutable fields on an existing client.Methods in ai.vectros.resources.identity that return types with arguments of type ClientResponseModifier and TypeMethodDescriptionAsyncIdentityClient.createClient(ClientRequest request) Creates a new client identity in your account.AsyncIdentityClient.createClient(ClientRequest request, RequestOptions requestOptions) Creates a new client identity in your account.AsyncRawIdentityClient.createClient(ClientRequest request) Creates a new client identity in your account.AsyncRawIdentityClient.createClient(ClientRequest request, RequestOptions requestOptions) Creates a new client identity in your account.RawIdentityClient.createClient(ClientRequest request) Creates a new client identity in your account.RawIdentityClient.createClient(ClientRequest request, RequestOptions requestOptions) Creates a new client identity in your account.Returns a single client by its Vectros-assigned UUID.AsyncIdentityClient.getClient(String id, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.AsyncIdentityClient.getClient(String id, GetClientRequest request) Returns a single client by its Vectros-assigned UUID.AsyncIdentityClient.getClient(String id, GetClientRequest request, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.Returns a single client by its Vectros-assigned UUID.AsyncRawIdentityClient.getClient(String id, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.AsyncRawIdentityClient.getClient(String id, GetClientRequest request) Returns a single client by its Vectros-assigned UUID.AsyncRawIdentityClient.getClient(String id, GetClientRequest request, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.Returns a single client by its Vectros-assigned UUID.RawIdentityClient.getClient(String id, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.RawIdentityClient.getClient(String id, GetClientRequest request) Returns a single client by its Vectros-assigned UUID.RawIdentityClient.getClient(String id, GetClientRequest request, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.AsyncIdentityClient.updateClient(String id, UpdateClientRequest request) Updates mutable fields on an existing client.AsyncIdentityClient.updateClient(String id, UpdateClientRequest request, RequestOptions requestOptions) Updates mutable fields on an existing client.AsyncRawIdentityClient.updateClient(String id, UpdateClientRequest request) Updates mutable fields on an existing client.AsyncRawIdentityClient.updateClient(String id, UpdateClientRequest request, RequestOptions requestOptions) Updates mutable fields on an existing client.RawIdentityClient.updateClient(String id, UpdateClientRequest request) Updates mutable fields on an existing client.RawIdentityClient.updateClient(String id, UpdateClientRequest request, RequestOptions requestOptions) Updates mutable fields on an existing client. -
Uses of ClientResponse in ai.vectros.types
Methods in ai.vectros.types that return ClientResponseMethods in ai.vectros.types that return types with arguments of type ClientResponseMethods in ai.vectros.types with parameters of type ClientResponseMethod parameters in ai.vectros.types with type arguments of type ClientResponseModifier and TypeMethodDescriptionClientPage.Builder.data(List<ClientResponse> data) ClientPage.Builder.data(Optional<List<ClientResponse>> data) The items on this page, in the endpoint's natural order.