Uses of Class
com.redhat.parodos.sdk.invoker.ApiClient
Packages that use ApiClient
-
Uses of ApiClient in com.redhat.parodos.sdk.api
Methods in com.redhat.parodos.sdk.api that return ApiClientModifier and TypeMethodDescriptionLoginApi.getApiClient()ProjectAccessApi.getApiClient()ProjectApi.getApiClient()WorkflowApi.getApiClient()WorkflowDefinitionApi.getApiClient()Methods in com.redhat.parodos.sdk.api with parameters of type ApiClientModifier and TypeMethodDescriptionvoidLoginApi.setApiClient(ApiClient apiClient) voidProjectAccessApi.setApiClient(ApiClient apiClient) voidProjectApi.setApiClient(ApiClient apiClient) voidWorkflowApi.setApiClient(ApiClient apiClient) voidWorkflowDefinitionApi.setApiClient(ApiClient apiClient) Constructors in com.redhat.parodos.sdk.api with parameters of type ApiClientModifierConstructorDescriptionProjectAccessApi(ApiClient apiClient) ProjectApi(ApiClient apiClient) WorkflowApi(ApiClient apiClient) WorkflowDefinitionApi(ApiClient apiClient) -
Uses of ApiClient in com.redhat.parodos.sdk.invoker
Methods in com.redhat.parodos.sdk.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 ApiClientConfiguration.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.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 com.redhat.parodos.sdk.invoker with parameters of type ApiClientModifier and TypeMethodDescriptionstatic voidConfiguration.setDefaultApiClient(ApiClient apiClient) Set the default API client, which would be used when creating API instances without providing an API client.