createLink

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

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

Parameters

from

From parameter.

property

Property parameter.

to

To parameter.


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

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

Parameters

from

From parameter.

property

Property parameter.

to

To parameter.

headers

Headers parameter.


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

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

Parameters

from

Source entity for the link to be created.

property

Source navigation property for the link to be created.

to

Target entity for the link to be created.

headers

(nullable) Request-specific headers.

options

(nullable) Request-specific options.