Uses of Class
com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
Packages that use ApiClient
Package
Description
-
Uses of ApiClient in com.sap.cloud.sdk.services.openapi.apiclient
Methods in com.sap.cloud.sdk.services.openapi.apiclient that return ApiClientModifier and TypeMethodDescriptionApiClient.addDefaultHeader(String name, String value) Add a default header.ApiClient.setBasePath(String basePath) Set the base path, which should include the hostApiClient.setDateFormat(DateFormat dateFormat) Set the date format used to parse/format date parameters.ApiClient.setUserAgent(String userAgent) Set the User-Agent header's value (by adding to the default header map). -
Uses of ApiClient in com.sap.cloud.sdk.services.openapi.core
Fields in com.sap.cloud.sdk.services.openapi.core declared as ApiClientModifier and TypeFieldDescriptionprotected ApiClientAbstractOpenApiService.apiClientThe instance ofApiClientthe concrete API class uses to conduct HTTP commmunication.Constructors in com.sap.cloud.sdk.services.openapi.core with parameters of type ApiClientModifierConstructorDescriptionprotectedAbstractOpenApiService(ApiClient apiClient) Constructor for theAbstractOpenApiService.OpenApiResponse(ApiClient client) Create a newOpenApiResponsefrom anApiClient