Package com.sap.cloud.sdk.datamodel.odata.helper.batch
package com.sap.cloud.sdk.datamodel.odata.helper.batch
-
ClassDescriptionRepresentation of any changeset in a OData batch request as a fluent interface.BatchFluentHelperBasic<FluentHelperBatchT extends FluentHelperServiceBatch<FluentHelperBatchT,
FluentHelperBatchChangeSetT>, FluentHelperBatchChangeSetT extends FluentHelperBatchEndChangeSet<FluentHelperBatchT>> Representation of any OData batch request as a fluent interface for managing changesets andexecuting
them in a single query.Interface to access the OData batch response.Interface to evaluate the response of a single changeset from an OData batch response.BatchService<FluentHelperBatchT>Interface to expose the batch feature for service class.Generic OData service response wrapper for Batch response.FluentHelperBatchChangeSet<FluentHelperT>Contains methods applicable to enrich the currently open change set.FluentHelperBatchEndChangeSet<FluentHelperT>Interface to finish the definition of a single changeset.FluentHelperServiceBatch<FluentHelperT,FluentHelperChangeSetT extends FluentHelperBatchEndChangeSet<FluentHelperT>> Interface to the batch object of an OData service.Interface to provide execute methods.