save Entity
See saveEntity(EntityValue, HttpHeaders?, RequestOptions?).
Parameters
Entity parameter.
See saveEntity(EntityValue, HttpHeaders?, RequestOptions?).
Parameters
Entity parameter.
Headers parameter.
Call {@link com.sap.cloud.mobile.kotlin.odata.ChangeSet#createEntity(com.sap.cloud.mobile.kotlin.odata.EntityValue, com.sap.cloud.mobile.kotlin.odata.http.HttpHeaders?, com.sap.cloud.mobile.kotlin.odata.RequestOptions?) ChangeSet.createEntity}, if entity.isNew == true, otherwise call {@link com.sap.cloud.mobile.kotlin.odata.ChangeSet#updateEntity(com.sap.cloud.mobile.kotlin.odata.EntityValue, com.sap.cloud.mobile.kotlin.odata.http.HttpHeaders?, com.sap.cloud.mobile.kotlin.odata.RequestOptions?) ChangeSet.updateEntity}.
Parameters
Entity to be created or updated.
(nullable) Request-specific headers.
(nullable) Request-specific options.