Interface | Description |
---|---|
BatchResponse |
Interface to access the OData batch response.
|
BatchResponseChangeSet |
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.
|
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.
|
FluentHelperServiceBatchExecute |
Interface to provide execute methods.
|
Class | Description |
---|---|
BatchChangeSetFluentHelperBasic<FluentHelperBatchT extends FluentHelperServiceBatch<?,?>,ThisT> |
Representation 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 and
executing them in a single query. |
Copyright © 2020 SAP SE. All rights reserved.