getQueryResult

See getQueryResult(DataQuery, Int).

Return

(see linked method).

Parameters

query

Query parameter.


open fun getQueryResult(query: DataQuery, index: Int): QueryResult

Return the result of a data query within this batch.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.RequestBatch#addQuery(com.sap.cloud.mobile.kotlin.odata.DataQuery, com.sap.cloud.mobile.kotlin.odata.http.HttpHeaders?, com.sap.cloud.mobile.kotlin.odata.RequestOptions?) RequestBatch.addQuery}.

Return

The result of a data query within this batch.

Parameters

query

Data query.

index

From zero to size - 1. Index for the query. Omit if unknown, in which case the query will be located by a linear search.