public static class NativeShapeField.Builder extends Object
Modifier and Type | Method and Description |
---|---|
NativeShapeField |
build() |
NativeShapeField.Builder |
configValues(ConfigValues configValues) |
NativeShapeField.Builder |
copy(NativeShapeField o) |
NativeShapeField.Builder |
defaultValueString(String defaultValueString) |
NativeShapeField.Builder |
isMandatory(Boolean isMandatory) |
NativeShapeField.Builder |
modelType(String modelType) |
NativeShapeField.Builder |
name(String name) |
NativeShapeField.Builder |
position(Integer position) |
String |
toString() |
NativeShapeField.Builder |
type(String type) |
public NativeShapeField.Builder name(String name)
public NativeShapeField.Builder modelType(String modelType)
public NativeShapeField.Builder type(String type)
public NativeShapeField.Builder configValues(ConfigValues configValues)
public NativeShapeField.Builder position(Integer position)
public NativeShapeField.Builder defaultValueString(String defaultValueString)
public NativeShapeField.Builder isMandatory(Boolean isMandatory)
public NativeShapeField build()
public NativeShapeField.Builder copy(NativeShapeField o)
Copyright © 2016–2021. All rights reserved.