Type of the entity to be updated
Creates an instance of UpdateRequestBuilder.
Constructor type of the entity to be updated
Entity to be updated
Constructor type of the entity to be updated
Request configuration to initialize with
Build an ODataRequest that holds essential configuration for the service request and executes it.
Targeted destination on which the request is performed.
Options to employ when fetching destinations.
The OData request executor including the destination configuration.
Executes the query.
Destination to execute the request against
Options to employ when fetching destinations
A promise resolving to the entity once it was updated
Instructs the request to force an overwrite of the entity by sending an 'If-Match: *' header instead of sending the ETag version identifier.
this The request itself to ease chaining while executing the request
Specifies entity fields to ignore by the update request.
Enumeration of the fields to be ignored
The entity itself, to facilitate method chaining
Specifies required entity keys for the update request.
Enumeration of the fields to be required
The entity itself, to facilitate method chaining
Create the url based on configuration of the given builder.
Destination to execute the request against
Options to employ when fetching destinations.
Promise resolving to the url for the request
Add custom headers to the request.
Key-value pairs denoting additional custom headers
The request builder itself, to facilitate method chaining
Replace the default service path with the given custom path.
In case of the S/4HANA apis the servicePath defaults to '/sap/opu/odata/sap/
Path to override the default with
The request builder itself, to facilitate method chaining
Specifies a custom ETag version identifier of the entity to update.
Custom ETag version identifier to be sent in the header of the request
this The request itself to ease chaining while executing the request
Create OData query to update an entity.