Uses of Class
software.xdev.sched.client.ApiClient
Packages that use ApiClient
-
Uses of ApiClient in software.xdev.sched.api
Methods in software.xdev.sched.api that return ApiClientModifier and TypeMethodDescriptionRoleApi.getApiClient()
SessionApi.getApiClient()
UserApi.getApiClient()
Methods in software.xdev.sched.api with parameters of type ApiClientModifier and TypeMethodDescriptionvoid
RoleApi.setApiClient
(ApiClient apiClient) void
SessionApi.setApiClient
(ApiClient apiClient) void
UserApi.setApiClient
(ApiClient apiClient) Constructors in software.xdev.sched.api with parameters of type ApiClient -
Uses of ApiClient in software.xdev.sched.client
Methods in software.xdev.sched.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.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 path.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
(org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient) Sets the HTTP client.ApiClient.setObjectMapper
(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Sets the object mapper.ApiClient.setServerIndex
(Integer serverIndex) Sets the server index.ApiClient.setServers
(List<ServerConfiguration> servers) Sets the server.ApiClient.setServerVariables
(Map<String, String> serverVariables) Sets the server variables.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).Methods in software.xdev.sched.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.