Uses of Class
org.openapitools.client.ApiClient
Packages that use ApiClient
-
Uses of ApiClient in org.openapitools.client
Fields in org.openapitools.client declared as ApiClientMethods in org.openapitools.client that return ApiClientModifier and TypeMethodDescriptionApiClient.addDefaultCookie
(String key, String value) Add a default cookie.ApiClient.addDefaultHeader
(String key, String value) Add a default header.static ApiClient
Configuration.getDefaultApiClient()
Get the default API client, which would be used when creating API instances without providing an API client.ApiClient.setBasePath
(String basePath) Set base pathApiClient.setConnectTimeout
(int connectionTimeout) Sets the connect timeout (in milliseconds).ApiClient.setDateFormat
(DateFormat dateFormat) Setter for the fielddateFormat
.ApiClient.setDebugging
(boolean debugging) Enable/disable debugging for this API client.ApiClient.setHttpClient
(okhttp3.OkHttpClient newHttpClient) Set HTTP client, which must never be null.Set JSONApiClient.setKeyManagers
(KeyManager[] managers) Configure client keys to use for authorization in an SSL session.ApiClient.setLenientOnJson
(boolean lenientOnJson) Set LenientOnJson.ApiClient.setLocalDateFormat
(DateTimeFormatter dateFormat) Set LocalDateFormat.ApiClient.setOffsetDateTimeFormat
(DateTimeFormatter dateFormat) Set OffsetDateTimeFormat.ApiClient.setReadTimeout
(int readTimeout) Sets the read timeout (in milliseconds).ApiClient.setServerIndex
(Integer serverIndex) ApiClient.setServers
(List<ServerConfiguration> servers) ApiClient.setServerVariables
(Map<String, String> serverVariables) ApiClient.setSqlDateFormat
(DateFormat dateFormat) Set SqlDateFormat.ApiClient.setSslCaCert
(InputStream sslCaCert) Configure the CA certificate to be trusted when making https requests.ApiClient.setTempFolderPath
(String tempFolderPath) Set the temporary folder path (for downloading files)ApiClient.setUserAgent
(String userAgent) Set the User-Agent header's value (by adding to the default header map).ApiClient.setVerifyingSsl
(boolean verifyingSsl) Configure whether to verify certificate and hostname when making https requests.ApiClient.setWriteTimeout
(int writeTimeout) Sets the write timeout (in milliseconds).Methods in org.openapitools.client with parameters of type ApiClientModifier and TypeMethodDescriptionstatic void
Configuration.setDefaultApiClient
(ApiClient apiClient) Set the default API client, which would be used when creating API instances without providing an API client. -
Uses of ApiClient in org.openapitools.client.api
Fields in org.openapitools.client.api declared as ApiClientMethods in org.openapitools.client.api that return ApiClientMethods in org.openapitools.client.api with parameters of type ApiClientConstructors in org.openapitools.client.api with parameters of type ApiClient