getDownloadQuery

abstract fun getDownloadQuery(name: String): DownloadQuery?

Retrieve a persistent query previously created by {@link com.sap.cloud.mobile.kotlin.odata.DataSyncProvider#createDownloadQuery(kotlin.String, com.sap.cloud.mobile.kotlin.odata.DataQuery, kotlin.Boolean) DataSyncProvider.createDownloadQuery}.

Return

(nullable) The download query, or null if no query exists with the specified name.

Parameters

name

Query name.