Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static DataFormat.Type |
DataFormat.Type.create(String key) |
DataFormat.Type |
DataFormat.getType()
type
|
static DataFormat.Type |
DataFormat.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataFormat.Type[] |
DataFormat.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DataFormat.Builder |
DataFormat.Builder.type(DataFormat.Type type)
type
|
Constructor and Description |
---|
DataFormat(AbstractFormatAttribute formatAttribute,
DataFormat.Type type,
Compression compressionConfig)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.