enum sap.ui.model.odata.UpdateMethod

Visiblity: public
Available since: N/A
Module: sap/ui/model/odata/UpdateMethod
Application Component: CA-UI5-COR

Different methods for update operations.


Properties Overview

Node Description
sap.ui.model.odata.UpdateMethod.Merge

Update requests will be send with HTTP method MERGE.

sap.ui.model.odata.UpdateMethod.Put

Update requests will be send with HTTP method PUT.