undoPendingChanges

open suspend fun undoPendingChanges(entities: EntityValueOrList)

Undo all pending (local) changes for entities, so they will not be subsequently uploaded. For best performance, if multiple entities are to be undone, make one call with an {@link com.sap.cloud.mobile.kotlin.odata.EntityValueList} rather than multiple calls with an {@link com.sap.cloud.mobile.kotlin.odata.EntityValue}.

Parameters

entities

An {@link com.sap.cloud.mobile.kotlin.odata.EntityValue} or {@link com.sap.cloud.mobile.kotlin.odata.EntityValueList} whose pending changes will be undone.