Interface FluentHelperBatchEndChangeSet<FluentHelperT>
- Type Parameters:
FluentHelperT
- Type of the implementing OData batch request class
- All Known Implementing Classes:
BatchChangeSetFluentHelperBasic
public interface FluentHelperBatchEndChangeSet<FluentHelperT>
Interface to finish the definition of a single changeset.
-
Method Summary
Modifier and TypeMethodDescriptionFinish the definition of a single changeset and return to the parent OData batch request instance.
-
Method Details
-
endChangeSet
Finish the definition of a single changeset and return to the parent OData batch request instance. All changesets will be evaluated independently from each other.- Returns:
- The current OData batch request instance.
-