Interface BatchService<FluentHelperBatchT>

Type Parameters:
FluentHelperBatchT - The type of the Batch instance.

public interface BatchService<FluentHelperBatchT>
Interface to expose the batch feature for service class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Instantiate a new FluentHelper instance for a single OData batch request.
  • Method Details

    • batch

      @Nonnull FluentHelperBatchT batch()
      Instantiate a new FluentHelper instance for a single OData batch request.
      Returns:
      A new instance of an OData batch request associated with the service object.