Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static Target.DataProperty |
Target.DataProperty.create(String key) |
Target.DataProperty |
Target.getDataProperty()
Specifies the data property.
|
static Target.DataProperty |
Target.DataProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Target.DataProperty[] |
Target.DataProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Target.Builder |
Target.Builder.dataProperty(Target.DataProperty dataProperty)
Specifies the data property.
|
Constructor and Description |
---|
Target(String key,
String modelVersion,
ParentReference parentRef,
String name,
String description,
Integer objectVersion,
List<InputPort> inputPorts,
List<TypedObject> outputPorts,
Integer objectStatus,
String identifier,
List<Parameter> parameters,
ConfigValues opConfigValues,
DataEntity entity,
Boolean isReadAccess,
Boolean isCopyFields,
Boolean isPredefinedShape,
Boolean isUseSameSourceName,
String targetEntityNamePrefix,
String targetEntityNameSuffix,
Target.DataProperty dataProperty,
SchemaDriftConfig schemaDriftConfig,
Shape fixedDataShape,
WriteOperationConfig writeOperationConfig,
Integer loadOrder)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.