Uses of Class
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperModification
Packages that use FluentHelperModification
Package
Description
- 
Uses of FluentHelperModification in com.sap.cloud.sdk.datamodel.odata.helper
Subclasses of FluentHelperModification in com.sap.cloud.sdk.datamodel.odata.helperModifier and TypeClassDescriptionclassFluentHelperCreate<FluentHelperT,EntityT extends VdmEntity<?>> Representation of an OData create request as a fluent interface for further configuring the request andexecutingit.classFluentHelperDelete<FluentHelperT,EntityT extends VdmEntity<?>> Representation of an OData delete request as a fluent interface for further configuring the request andexecutingit.classFluentHelperUpdate<FluentHelperT,EntityT extends VdmEntity<?>> Representation of an OData update request as a fluent interface for further configuring the request andexecutingit. - 
Uses of FluentHelperModification in com.sap.cloud.sdk.datamodel.odata.helper.batch
Methods in com.sap.cloud.sdk.datamodel.odata.helper.batch with parameters of type FluentHelperModificationModifier and TypeMethodDescriptionBatchFluentHelperBasic.addChangeSet(FluentHelperModification<?, ?>... modifications) FluentHelperServiceBatch.addChangeSet(FluentHelperModification<?, ?>... modifications) Adds a single OData batch changeset that includes all of the given data modification requests.