Uses of Class
com.oracle.bmc.dataintegration.model.FlattenProjectionPreferences.CreateArrayIndex
-
Packages that use FlattenProjectionPreferences.CreateArrayIndex Package Description com.oracle.bmc.dataintegration.model -
-
Uses of FlattenProjectionPreferences.CreateArrayIndex in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return FlattenProjectionPreferences.CreateArrayIndex Modifier and Type Method Description static FlattenProjectionPreferences.CreateArrayIndex
FlattenProjectionPreferences.CreateArrayIndex. create(String key)
FlattenProjectionPreferences.CreateArrayIndex
FlattenProjectionPreferences. getCreateArrayIndex()
Property defining whether to create array indexes in flattened result.static FlattenProjectionPreferences.CreateArrayIndex
FlattenProjectionPreferences.CreateArrayIndex. valueOf(String name)
Returns the enum constant of this type with the specified name.static FlattenProjectionPreferences.CreateArrayIndex[]
FlattenProjectionPreferences.CreateArrayIndex. 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.CreateArrayIndex Modifier and Type Method Description FlattenProjectionPreferences.Builder
FlattenProjectionPreferences.Builder. createArrayIndex(FlattenProjectionPreferences.CreateArrayIndex createArrayIndex)
Property defining whether to create array indexes in flattened result.Constructors in com.oracle.bmc.dataintegration.model with parameters of type FlattenProjectionPreferences.CreateArrayIndex Constructor Description FlattenProjectionPreferences(FlattenProjectionPreferences.CreateArrayIndex createArrayIndex, FlattenProjectionPreferences.RetainAllAttributes retainAllAttributes, FlattenProjectionPreferences.IgnoreNullValues ignoreNullValues, FlattenProjectionPreferences.RetainParentNameLineage retainParentNameLineage)
Deprecated.
-