Entity Value
See EntityValue(Boolean, EntityType?, SparseIndexMap?).
See EntityValue(Boolean, EntityType?, SparseIndexMap?).
Parameters
WithDefaults parameter.
See EntityValue(Boolean, EntityType?, SparseIndexMap?).
Parameters
WithDefaults parameter.
Type parameter.
Construct a new entity value. This constructor is intended for use by custom entity value subclasses. Use {@link com.sap.cloud.mobile.kotlin.odata.EntityValue#ofType(com.sap.cloud.mobile.kotlin.odata.EntityType, com.sap.cloud.mobile.kotlin.odata.core.SparseIndexMap?) EntityValue.ofType} for regular construction.
Parameters
Should {@link com.sap.cloud.mobile.kotlin.odata.EntityValue#setDefaultValues(kotlin.Boolean, kotlin.Boolean, kotlin.Boolean, kotlin.Boolean, kotlin.Boolean) EntityValue.setDefaultValues} be called to initialize properties with default values?
(nullable) Entity type. Should not be null except when called by generated proxy base classes.
(nullable) If non-null, the created entities will use a sparse array implementation.