Class BaseApi
java.lang.Object
com.sap.cloud.sdk.services.openapi.apache.BaseApi
Base class for generated API classes, providing common functionality for API client management.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBaseApi()Creates a new BaseApi instance with default configuration.protectedBaseApi(Destination destination) Creates a new BaseApi instance configured for the given destination.protectedCreates a new BaseApi instance with the given API client. -
Method Summary
-
Field Details
-
apiClient
The API client used to execute HTTP requests.
-
-
Constructor Details
-
BaseApi
protected BaseApi()Creates a new BaseApi instance with default configuration. -
BaseApi
Creates a new BaseApi instance configured for the given destination.- Parameters:
destination- The destination to use for API requests
-
BaseApi
Creates a new BaseApi instance with the given API client.- Parameters:
apiClient- The API client to use for requests
-