Interface FluentHelperServiceBatchExecute
- All Known Subinterfaces:
FluentHelperServiceBatch<FluentHelperT,FluentHelperChangeSetT>
- All Known Implementing Classes:
BatchFluentHelperBasic
public interface FluentHelperServiceBatchExecute
Interface to provide execute methods.
-
Method Summary
Modifier and TypeMethodDescriptionexecuteRequest(Destination destination) Executes the underlying batch query including the stored changeset operations.
-
Method Details
-
executeRequest
Executes the underlying batch query including the stored changeset operations.- Parameters:
destination- Destination object for resolving theHttpClientwhen executing the underlying OData query.- Returns:
- A single result element, holding each changeset response.
-