updateEntity

open fun updateEntity(entity: EntityValue)

See updateEntity(EntityValue, HttpHeaders?, RequestOptions?).

Parameters

entity

Entity parameter.


open fun updateEntity(entity: EntityValue, headers: HttpHeaders?)

See updateEntity(EntityValue, HttpHeaders?, RequestOptions?).

Parameters

entity

Entity parameter.

headers

Headers parameter.


open fun updateEntity(entity: EntityValue, headers: HttpHeaders?, options: RequestOptions?)

Add an updated entity to the change set. The entity will be updated when this change set is submitted.

Parameters

entity

Entity to be updated.

headers

(nullable) Request-specific headers.

options

(nullable) Request-specific options.