Class BatchFluentHelperBasic<FluentHelperBatchT extends FluentHelperServiceBatch<FluentHelperBatchT,FluentHelperBatchChangeSetT>,FluentHelperBatchChangeSetT extends FluentHelperBatchEndChangeSet<FluentHelperBatchT>>

java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic<FluentHelperBatchT,FluentHelperBatchChangeSetT>
Type Parameters:
FluentHelperBatchT - The fluent helper type.
FluentHelperBatchChangeSetT - The type of the changesets being managed in this OData batch request.
All Implemented Interfaces:
FluentHelperServiceBatch<FluentHelperBatchT,FluentHelperBatchChangeSetT>, FluentHelperServiceBatchExecute

public abstract class BatchFluentHelperBasic<FluentHelperBatchT extends FluentHelperServiceBatch<FluentHelperBatchT,FluentHelperBatchChangeSetT>,FluentHelperBatchChangeSetT extends FluentHelperBatchEndChangeSet<FluentHelperBatchT>> extends Object implements FluentHelperServiceBatch<FluentHelperBatchT,FluentHelperBatchChangeSetT>
Representation of any OData batch request as a fluent interface for managing changesets and executing them in a single query.