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 |
---|---|
FluentHelperT |
addReadOperations(FluentHelperByKey<?,?,?> readByKeyOperation)
Add read-by-key request to the OData batch request builder.
|
FluentHelperT |
addReadOperations(FluentHelperRead<?,?,?> readOperation)
Add read request to the OData batch request builder.
|
FluentHelperChangeSetT |
beginChangeSet()
Method to define a new OData batch changeset.
|
FluentHelperT |
cachingMetadata()
Deprecated.
Obsolete, as calling the improved method
executeRequest avoids metadata retrieval. |
FluentHelperT |
withoutCachingMetadata()
Deprecated.
Obsolete, as calling the improved method
executeRequest avoids metadata retrieval. |
execute, executeRequest
@Nonnull FluentHelperChangeSetT beginChangeSet()
@Nonnull @Deprecated FluentHelperT cachingMetadata()
executeRequest
avoids metadata retrieval.@Nonnull @Deprecated FluentHelperT withoutCachingMetadata()
executeRequest
avoids metadata retrieval.@Nonnull @Beta FluentHelperT addReadOperations(@Nonnull FluentHelperRead<?,?,?> readOperation)
readOperation
- The read request.@Nonnull @Beta FluentHelperT addReadOperations(@Nonnull FluentHelperByKey<?,?,?> readByKeyOperation)
readByKeyOperation
- The read-by-key request.Copyright © 2021 SAP SE. All rights reserved.