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