Uses of Class
com.oracle.bmc.dataintegration.model.NativeShapeField.Builder
-
Packages that use NativeShapeField.Builder Package Description com.oracle.bmc.dataintegration.model -
-
Uses of NativeShapeField.Builder in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return NativeShapeField.Builder Modifier and Type Method Description static NativeShapeField.Builder
NativeShapeField. builder()
Create a new builder.NativeShapeField.Builder
NativeShapeField.Builder. configValues(ConfigValues configValues)
NativeShapeField.Builder
NativeShapeField.Builder. copy(NativeShapeField model)
NativeShapeField.Builder
NativeShapeField.Builder. defaultValueString(String defaultValueString)
The default value.NativeShapeField.Builder
NativeShapeField.Builder. isMandatory(Boolean isMandatory)
Specifies whether the field is mandatory.NativeShapeField.Builder
NativeShapeField.Builder. modelType(String modelType)
The model type reference.NativeShapeField.Builder
NativeShapeField.Builder. name(String name)
Free form text without any restriction on permitted characters.NativeShapeField.Builder
NativeShapeField.Builder. position(Integer position)
The position of the attribute.NativeShapeField.Builder
NativeShapeField. toBuilder()
NativeShapeField.Builder
NativeShapeField.Builder. type(Object type)
The type reference.
-