Class AbstractOpenApiService
java.lang.Object
com.sap.cloud.sdk.services.openapi.core.AbstractOpenApiService
- All Implemented Interfaces:
OpenApiService
Represents an OpenAPI API
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractOpenApiService
(Destination destination) Expects theDestination
instance to create theApiClient
from it.protected
AbstractOpenApiService
(ApiClient apiClient) Constructor for theAbstractOpenApiService
. -
Method Summary
-
Field Details
-
apiClient
The instance ofApiClient
the concrete API class uses to conduct HTTP commmunication.
-
-
Constructor Details
-
AbstractOpenApiService
Expects theDestination
instance to create theApiClient
from it.- Parameters:
destination
- The destination which is used to derive the connection details of the target system from.
-
AbstractOpenApiService
Constructor for theAbstractOpenApiService
.- Parameters:
apiClient
- TheApiClient
that should be used to perform HTTP requests against thisAbstractOpenApiService
.
-