Uses of Class
com.oracle.bmc.dataintegration.model.Target.DataProperty
-
Packages that use Target.DataProperty Package Description com.oracle.bmc.dataintegration.model -
-
Uses of Target.DataProperty in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return Target.DataProperty Modifier and Type Method 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.Methods in com.oracle.bmc.dataintegration.model with parameters of type Target.DataProperty Modifier and Type Method Description Target.Builder
Target.Builder. dataProperty(Target.DataProperty dataProperty)
Specifies the data property.Constructors in com.oracle.bmc.dataintegration.model with parameters of type Target.DataProperty Constructor 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.
-