invoke Action
See invokeAction(DataMethod, ParameterList, HttpHeaders?, RequestOptions?).
Return
(see linked method).
Parameters
Method parameter.
See invokeAction(DataMethod, ParameterList, HttpHeaders?, RequestOptions?).
Return
(see linked method).
Parameters
Method parameter.
Parameters parameter.
See invokeAction(DataMethod, ParameterList, HttpHeaders?, RequestOptions?).
Return
(see linked method).
Parameters
Method parameter.
Parameters parameter.
Headers parameter.
Add an action call to the change set. If the method is not an action throws a 'UsageException'.
- See Also:
-
{@link com.sap.cloud.mobile.kotlin.odata.DataQuery#bind(com.sap.cloud.mobile.kotlin.odata.BindingPath) DataQuery.bind} and {@link com.sap.cloud.mobile.kotlin.odata.DataQuery#from(com.sap.cloud.mobile.kotlin.odata.EntitySet) DataQuery.from}, for setting the binding parameter for a bound action (either can be applied to the returned query).
Return
{@link com.sap.cloud.mobile.kotlin.odata.DataQuery} the action call. 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}.
Parameters
Action to be called.
Action parameters.
(nullable) Action call headers.
(nullable) Action call options.