@Beta
public interface ODataRequestExecutable
| Modifier and Type | Method and Description |
|---|---|
ODataRequestResult |
execute(org.apache.http.client.HttpClient httpClient)
Execute the OData request with the provided HttpClient reference.
|
@Nonnull ODataRequestResult execute(@Nonnull org.apache.http.client.HttpClient httpClient)
httpClient - The HttpClient.ODataRequestException - When the OData request could not be sent.ODataConnectionException - When the HTTP connection cannot be established.ODataResponseException - When the response code infers an unhealthy state, i.e. when >= 400ODataServiceErrorException - When the response contains an OData error message according to specification.Copyright © 2020 SAP SE. All rights reserved.