setNullableInt

open fun setNullableInt(target: StructureBase, value: Int?)

Set the value of this property in a structure.

Throws:

{@link com.sap.cloud.mobile.kotlin.odata.core.CastException} if the value does not have the expected type for this property.

Parameters

target

Target structure.

value

(nullable) Property value.