deleteLink

open fun deleteLink(from: EntityValue, property: Property)

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

Parameters

from

From parameter.

property

Property parameter.


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

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

Parameters

from

From parameter.

property

Property parameter.

to

To parameter.


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

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

Parameters

from

From parameter.

property

Property parameter.

to

To parameter.

headers

Headers parameter.


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

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

Parameters

from

Source entity for the link to be deleted.

property

Source navigation property for the link to be deleted.

to

Target entity for the link to be deleted.

headers

(nullable) Request-specific headers.

options

(nullable) Request-specific options.