Uses of Class
fr.metabohub.users_apis_authorizations.ApiClient
Packages that use ApiClient
Package
Description
-
Uses of ApiClient in fr.metabohub.users_apis_authorizations
Methods in fr.metabohub.users_apis_authorizations that return ApiClientModifier and TypeMethodDescriptionApiClient.setAsyncResponseInterceptor(Consumer<HttpResponse<String>> interceptor) Set a custom async response interceptor.ApiClient.setBasePath(String basePath) Set a custom base path for the target service, for example '/v2'.ApiClient.setConnectTimeout(Duration connectTimeout) Sets the connect timeout (in milliseconds) for the http client.Set a custom host name for the target service.ApiClient.setHttpClientBuilder(HttpClient.Builder builder) Set a customHttpClient.Builderobject to use when creating theHttpClientthat is used by the API client.ApiClient.setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper) Set a customObjectMapperto serialize and deserialize the request and response bodies.ApiClient.setPort(int port) Set a custom port number for the target service.ApiClient.setReadTimeout(Duration readTimeout) Set the read timeout for the http client.ApiClient.setRequestInterceptor(Consumer<HttpRequest.Builder> interceptor) Set a custom request interceptor.ApiClient.setResponseInterceptor(Consumer<HttpResponse<InputStream>> interceptor) Set a custom response interceptor.Set a custom scheme for the target service, for example 'https'. -
Uses of ApiClient in fr.metabohub.users_apis_authorizations.client
Constructors in fr.metabohub.users_apis_authorizations.client with parameters of type ApiClient