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 Type
    Method
    Description
    Executes the underlying batch query including the stored changeset operations.
  • Method Details

    • executeRequest

      @Nonnull BatchResponse executeRequest(@Nonnull Destination destination)
      Executes the underlying batch query including the stored changeset operations.
      Parameters:
      destination - Destination object for resolving the HttpClient when executing the underlying OData query.
      Returns:
      A single result element, holding each changeset response.