updateLink

open fun updateLink(from: EntityValue, property: Property, to: EntityValue)

See updateLink(EntityValue, Property, EntityValue, HttpHeaders?, RequestOptions?).

Parameters

from

From parameter.

property

Property parameter.

to

To parameter.


open fun updateLink(from: EntityValue, property: Property, to: EntityValue, headers: HttpHeaders?)

See updateLink(EntityValue, Property, EntityValue, HttpHeaders?, RequestOptions?).

Parameters

from

From parameter.

property

Property parameter.

to

To parameter.

headers

Headers parameter.


open fun updateLink(from: EntityValue, property: Property, to: EntityValue, headers: HttpHeaders?, options: RequestOptions?)

Add a pending updated link to the change set. The link will be updated when this change set is submitted.

Parameters

from

Source entity for the link to be updated.

property

Source navigation property for the link to be updated. This must be a one-to-one navigation property.

to

Target entity for the link to be updated.

headers

(nullable) Request-specific headers.

options

(nullable) Request-specific options.