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