public interface BatchRequest
| Modifier and Type | Method and Description |
|---|---|
BatchResult |
execute(org.apache.http.client.HttpClient providedClient)
Executes all the operations in the batch request.
|
BatchResult |
execute(String destinationName)
Executes all the operations in the batch request.
|
BatchResult |
execute(com.sap.cloud.sdk.cloudplatform.connectivity.WithDestinationName withDestinationName)
Executes all the operations in the batch request.
|
BatchResult execute(String destinationName) throws ODataException
destinationName - String representing the destination where the batch request will be executedODataException - If an error occurs during the execution of the batch requestBatchResult execute(com.sap.cloud.sdk.cloudplatform.connectivity.WithDestinationName withDestinationName) throws ODataException
withDestinationName - Object representing the destination where the batch request will be executedODataException - If an error occurs during the execution of the batch requestBatchResult execute(org.apache.http.client.HttpClient providedClient) throws ODataException
providedClient - Custom HttpClient for connecting to the data sourceODataException - If an error occurs during the execution of the batch requestCopyright © 2020 SAP. All Rights Reserved.