public interface FluentHelperServiceBatchExecute
| Modifier and Type | Method and Description |
|---|---|
BatchResponse |
execute()
Executes the underlying batch query including the stored changeset operations.
|
BatchResponse |
execute(ErpConfigContext configContext)
Executes the underlying batch query including the stored changeset operations.
|
@Nonnull BatchResponse execute() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
com.sap.cloud.sdk.odatav2.connectivity.ODataException - If the parent OData batch request fails, then an ODataException is thrown.ErpConfigContext.ErpConfigContext()@Nonnull BatchResponse execute(@Nonnull ErpConfigContext configContext) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
configContext - Supply the ERP system context for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException - If the parent OData batch request fails, then an ODataException is thrown.ErpConfigContext.ErpConfigContext()Copyright © 2019 SAP SE. All rights reserved.