createEntity

open fun createEntity(entity: EntityValue)

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

Parameters

entity

Entity parameter.


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

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

Parameters

entity

Entity parameter.

headers

Headers parameter.


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

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

Parameters

entity

Entity to be created.

headers

(nullable) Request-specific headers.

options

(nullable) Request-specific options.