FluentHelperT
- Type of the implementing OData batch request classFluentHelperChangeSetT
- Type of the associated changeset classpublic interface FluentHelperServiceBatch<FluentHelperT,FluentHelperChangeSetT extends FluentHelperBatchEndChangeSet<FluentHelperT>> extends FluentHelperServiceBatchExecute
Modifier and Type | Method and Description |
---|---|
FluentHelperChangeSetT |
beginChangeSet()
Method to define a new OData batch changeset.
|
FluentHelperT |
cachingMetadata()
Enable the caching of OData metadata responses for this batch request.
|
FluentHelperT |
withoutCachingMetadata()
Disable the caching of OData metadata responses for this batch request.
|
execute, execute
@Nonnull FluentHelperChangeSetT beginChangeSet()
@Nonnull FluentHelperT cachingMetadata()
@Nonnull FluentHelperT withoutCachingMetadata()
Copyright © 2019 SAP SE. All rights reserved.