getRequiredValue

Get the required value of a specified property path.

Throws:

{@link com.sap.cloud.mobile.kotlin.odata.core.UndefinedException} if the property value was not previously set (or is null), {@link com.sap.cloud.mobile.kotlin.odata.core.CastException} if the property value is null.

Return

The property value, using the appropriate subclass of {@link com.sap.cloud.mobile.kotlin.odata.DataValue}.

Parameters

path

The specified property path.