Uses of Class
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
Packages that use FluentHelperUpdate
-
Uses of FluentHelperUpdate in com.sap.cloud.sdk.datamodel.odata.helper.batch
Methods in com.sap.cloud.sdk.datamodel.odata.helper.batch with parameters of type FluentHelperUpdateModifier and TypeMethodDescriptionprotected ThisT
BatchChangeSetFluentHelperBasic.addRequest
(FluentHelperUpdate<?, ?> updateRequest) Adds an update operation to the current changeset request.Method parameters in com.sap.cloud.sdk.datamodel.odata.helper.batch with type arguments of type FluentHelperUpdateModifier and TypeMethodDescriptionBatchChangeSetFluentHelperBasic.addRequestUpdate
(Function<EntityT, FluentHelperUpdate<?, EntityT>> serviceMethod, EntityT entity) Add an update operation to the current changeset request.