public interface FluentHelperServiceBatchExecute
Modifier and Type | Method and Description |
---|---|
BatchResponse |
execute(HttpDestinationProperties destination)
Deprecated.
Use the improved method
executeRequest(HttpDestinationProperties) instead. |
BatchResponse |
executeRequest(HttpDestinationProperties destination)
Executes the underlying batch query including the stored changeset operations.
|
@Nonnull @Deprecated BatchResponse execute(@Nonnull HttpDestinationProperties destination) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
executeRequest(HttpDestinationProperties)
instead.destination
- Destination object for resolving the HttpClient
when executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the parent OData batch request fails, then an ODataException is thrown.IllegalStateException
- If the batch request contains a function import call. Use the improved method
executeRequest(HttpDestinationProperties)
to invoke function imports in a batch request.@Nonnull BatchResponse executeRequest(@Nonnull HttpDestinationProperties destination)
destination
- Destination object for resolving the HttpClient
when executing the underlying OData query.Copyright © 2021 SAP SE. All rights reserved.