Uses of Class
com.sap.cloud.sdk.services.openapi.apache.ApiClient
Packages that use ApiClient
-
Uses of ApiClient in com.sap.cloud.sdk.services.openapi.apache
Fields in com.sap.cloud.sdk.services.openapi.apache declared as ApiClientModifier and TypeFieldDescriptionprotected final ApiClientBaseApi.apiClientThe API client used to execute HTTP requests.Methods in com.sap.cloud.sdk.services.openapi.apache that return ApiClientModifier and TypeMethodDescriptionstatic ApiClientApiClient.create()Creates an ApiClient instance with default configuration.static ApiClientApiClient.create(Destination destination) Creates an ApiClient instance configured for the given destination.static ApiClientApiClient.fromHttpClient(org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient) Creates an ApiClient instance from an existing HttpClient.ApiClient.withBasePath(String basePath) ApiClient.withObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) ApiClient.withOpenApiResponseListener(OpenApiResponseListener openApiResponseListener) ApiClient.withTempFolderPath(String tempFolderPath) Constructors in com.sap.cloud.sdk.services.openapi.apache with parameters of type ApiClient