addAction

open fun addAction(action: DataQuery)

See addAction(DataQuery, HttpHeaders?, RequestOptions?).

Parameters

action

Action parameter.


open fun addAction(action: DataQuery, headers: HttpHeaders?)

See addAction(DataQuery, HttpHeaders?, RequestOptions?).

Parameters

action

Action parameter.

headers

Headers parameter.


open fun addAction(action: DataQuery, headers: HttpHeaders?, options: RequestOptions?)

Add an action call to the change set.

Parameters

action

Data query for this action invocation. After invocation, this may be passed to {@link com.sap.cloud.mobile.kotlin.odata.ChangeSet#getActionResult(com.sap.cloud.mobile.kotlin.odata.DataQuery, kotlin.Int) ChangeSet.getActionResult}.

headers

(nullable) Request-specific headers.

options

(nullable) Request-specific options.