Uses of Class
com.sap.cloud.sdk.services.openapi.core.OpenApiRequestException
Packages that use OpenApiRequestException
-
Uses of OpenApiRequestException in com.sap.cloud.sdk.services.openapi.apiclient
Methods in com.sap.cloud.sdk.services.openapi.apiclient that throw OpenApiRequestExceptionModifier and TypeMethodDescription<T> T
ApiClient.invokeAPI
(String path, org.springframework.http.HttpMethod method, org.springframework.util.MultiValueMap<String, String> queryParams, Object body, org.springframework.http.HttpHeaders headerParams, org.springframework.util.MultiValueMap<String, Object> formParams, List<org.springframework.http.MediaType> accept, org.springframework.http.MediaType contentType, String[] authNames, org.springframework.core.ParameterizedTypeReference<T> returnType) Invoke API by sending HTTP request with the given options.