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 TypeMethodDescriptionbatch()
Instantiate a new FluentHelper instance for a single OData batch request.
-
Method Details
-
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.
-