public interface FluentHelperServiceBatchExecute
Modifier and Type | Method and Description |
---|---|
BatchResponse |
execute(HttpDestinationProperties destination)
Executes the underlying batch query including the stored changeset operations.
|
BatchResponse |
executeRequest(HttpDestinationProperties destination)
Executes the underlying batch query including the stored changeset operations.
|
@Nonnull BatchResponse execute(@Nonnull HttpDestinationProperties destination) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
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.@Nonnull @Beta BatchResponse executeRequest(@Nonnull HttpDestinationProperties destination)
destination
- Destination object for resolving the HttpClient
when executing the underlying OData query.Copyright © 2020 SAP SE. All rights reserved.