Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
FlattenProjectionPreferences.Builder |
FlattenProjectionPreferences.Builder.retainParentNameLineage(FlattenProjectionPreferences.RetainParentNameLineage retainParentNameLineage)
Property defining whether to retain parent name lineage.
|
Constructor and Description |
---|
FlattenProjectionPreferences(FlattenProjectionPreferences.CreateArrayIndex createArrayIndex,
FlattenProjectionPreferences.RetainAllAttributes retainAllAttributes,
FlattenProjectionPreferences.IgnoreNullValues ignoreNullValues,
FlattenProjectionPreferences.RetainParentNameLineage retainParentNameLineage)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.