Uses of Class
com.docspring.ApiClient
Packages that use ApiClient
-
Uses of ApiClient in com.docspring
Methods in com.docspring that return ApiClientModifier and TypeMethodDescriptionApiClient.addDefaultCookie(String key, String value) Add a default cookie.ApiClient.addDefaultHeader(String key, String value) Add a default header.ApiClient.configureApiKeys(Map<String, String> secrets) Helper method to configure authentications which respects aliases of API keys.Client.getApiClient()Get the API clientstatic ApiClientConfiguration.getDefaultApiClient()Get the default API client, which would be used when creating API instances without providing an API client.Helper method to set API key value for the first API key authentication.ApiClient.setApiKeyPrefix(String apiKeyPrefix) Helper method to set API key prefix for the first API key authentication.ApiClient.setBasePath(String basePath) Sets the base URL to the location where the OpenAPI document is being served.ApiClient.setBearerToken(String bearerToken) Helper method to set bearer token for the first Bearer authentication.ApiClient.setClientConfig(org.glassfish.jersey.client.ClientConfig clientConfig) Set the client config.ApiClient.setConnectTimeout(int connectionTimeout) Set the connect timeout (in milliseconds).ApiClient.setDateFormat(DateFormat dateFormat) Set the date format used to parse/format date parameters.ApiClient.setDebugging(boolean debugging) Enable/disable debugging for this API client.ApiClient.setHttpClient(javax.ws.rs.client.Client httpClient) Setter for the fieldhttpClient.ApiClient.setPassword(String password) Helper method to set password for the first HTTP basic authentication.ApiClient.setReadTimeout(int readTimeout) Set the read timeout (in milliseconds).ApiClient.setServerIndex(Integer serverIndex) Setter for the fieldserverIndex.ApiClient.setServers(List<ServerConfiguration> servers) Setter for the fieldservers.ApiClient.setServerVariables(Map<String, String> serverVariables) Setter for the fieldserverVariables.ApiClient.setTempFolderPath(String tempFolderPath) Set temp folder pathApiClient.setUserAgent(String userAgent) Set the User-Agent header's value (by adding to the default header map).ApiClient.setUsername(String username) Helper method to set username for the first HTTP basic authentication.Methods in com.docspring with parameters of type ApiClientModifier and TypeMethodDescriptionvoidClient.setApiClient(ApiClient apiClient) Set the API clientstatic voidConfiguration.setDefaultApiClient(ApiClient apiClient) Set the default API client, which would be used when creating API instances without providing an API client.Method parameters in com.docspring with type arguments of type ApiClientModifier and TypeMethodDescriptionstatic voidConfiguration.setApiClientFactory(Supplier<ApiClient> factory) set the callback used to create new ApiClient objectsConstructors in com.docspring with parameters of type ApiClient