Uses of Class
com.oracle.bmc.dataintegration.model.FlattenProjectionPreferences.IgnoreNullValues
-
Packages that use FlattenProjectionPreferences.IgnoreNullValues Package Description com.oracle.bmc.dataintegration.model -
-
Uses of FlattenProjectionPreferences.IgnoreNullValues in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return FlattenProjectionPreferences.IgnoreNullValues Modifier and Type Method Description static FlattenProjectionPreferences.IgnoreNullValues
FlattenProjectionPreferences.IgnoreNullValues. create(String key)
FlattenProjectionPreferences.IgnoreNullValues
FlattenProjectionPreferences. getIgnoreNullValues()
Property defining whether to ignore null values in flattened result.static FlattenProjectionPreferences.IgnoreNullValues
FlattenProjectionPreferences.IgnoreNullValues. valueOf(String name)
Returns the enum constant of this type with the specified name.static FlattenProjectionPreferences.IgnoreNullValues[]
FlattenProjectionPreferences.IgnoreNullValues. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type FlattenProjectionPreferences.IgnoreNullValues Modifier and Type Method Description FlattenProjectionPreferences.Builder
FlattenProjectionPreferences.Builder. ignoreNullValues(FlattenProjectionPreferences.IgnoreNullValues ignoreNullValues)
Property defining whether to ignore null values in flattened result.Constructors in com.oracle.bmc.dataintegration.model with parameters of type FlattenProjectionPreferences.IgnoreNullValues Constructor Description FlattenProjectionPreferences(FlattenProjectionPreferences.CreateArrayIndex createArrayIndex, FlattenProjectionPreferences.RetainAllAttributes retainAllAttributes, FlattenProjectionPreferences.IgnoreNullValues ignoreNullValues, FlattenProjectionPreferences.RetainParentNameLineage retainParentNameLineage)
Deprecated.
-