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