Uses of Class
com.oracle.bmc.dataintegration.model.NativeShapeField
-
Packages that use NativeShapeField Package Description com.oracle.bmc.dataintegration.model -
-
Uses of NativeShapeField in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return NativeShapeField Modifier and Type Method Description NativeShapeField
NativeShapeField.Builder. build()
NativeShapeField
ShapeField. getNativeShapeField()
Methods in com.oracle.bmc.dataintegration.model with parameters of type NativeShapeField Modifier and Type Method Description NativeShapeField.Builder
NativeShapeField.Builder. copy(NativeShapeField model)
ShapeField.Builder
ShapeField.Builder. nativeShapeField(NativeShapeField nativeShapeField)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type NativeShapeField Constructor Description ShapeField(String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, Integer objectStatus, String name, String description, Object type, List<String> labels, NativeShapeField nativeShapeField)
Deprecated.
-