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