getRequired

open fun getRequired(key: String): DataMethod

Return the value from the entry with the specified key (if found).

Throws:

{@link com.sap.cloud.mobile.kotlin.odata.core.MissingEntryException} (fatal) if no entry is found for the specified key.

Return

The value from the entry with the specified key (if found).

Parameters

key

Entry key.