Uses of Class
cz.fidentis.analyst.engines.face.facemasksapi.invoker.ApiClient
Packages that use ApiClient
Package
Description
-
Uses of ApiClient in cz.fidentis.analyst.engines.face.facemasksapi
Methods in cz.fidentis.analyst.engines.face.facemasksapi that return ApiClientMethods in cz.fidentis.analyst.engines.face.facemasksapi with parameters of type ApiClientConstructors in cz.fidentis.analyst.engines.face.facemasksapi with parameters of type ApiClient -
Uses of ApiClient in cz.fidentis.analyst.engines.face.facemasksapi.invoker
Methods in cz.fidentis.analyst.engines.face.facemasksapi.invoker 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 cz.fidentis.analyst.engines.face.facemasksapi.invoker 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.