Uses of Class
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperModification
Package
Description
-
Uses of FluentHelperModification in com.sap.cloud.sdk.datamodel.odata.helper
Modifier and TypeClassDescriptionclass
FluentHelperCreate<FluentHelperT,
EntityT extends VdmEntity<?>> Representation of an OData create request as a fluent interface for further configuring the request andexecuting
it.class
FluentHelperDelete<FluentHelperT,
EntityT extends VdmEntity<?>> Representation of an OData delete request as a fluent interface for further configuring the request andexecuting
it.class
FluentHelperUpdate<FluentHelperT,
EntityT extends VdmEntity<?>> Representation of an OData update request as a fluent interface for further configuring the request andexecuting
it. -
Uses of FluentHelperModification in com.sap.cloud.sdk.datamodel.odata.helper.batch
Modifier and TypeMethodDescriptionBatchFluentHelperBasic.addChangeSet
(FluentHelperModification<?, ?>... modifications) FluentHelperServiceBatch.addChangeSet
(FluentHelperModification<?, ?>... modifications) Adds a single OData batch changeset that includes all of the given data modification requests.