Uses of Class
com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
Package
Description
-
Uses of ApiClient in com.sap.cloud.sdk.services.openapi.apiclient
Modifier 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
Modifier and TypeFieldDescriptionprotected ApiClient
AbstractOpenApiService.apiClient
The instance ofApiClient
the concrete API class uses to conduct HTTP commmunication.ModifierConstructorDescriptionprotected
AbstractOpenApiService
(ApiClient apiClient) Constructor for theAbstractOpenApiService
.OpenApiResponse
(ApiClient client) Create a newOpenApiResponse
from anApiClient