Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FieldInfo |
build() |
FieldInfo.Builder |
copy(FieldInfo model) |
FieldInfo.Builder |
fieldName(String fieldName)
Field name
|
FieldInfo.Builder |
fieldType(FieldInfo.FieldType fieldType)
Field type - *
STRING : A sequence of characters. |
public FieldInfo.Builder fieldName(String fieldName)
Field name
fieldName
- the value to setpublic FieldInfo.Builder fieldType(FieldInfo.FieldType fieldType)
Field type - * STRING
: A sequence of characters. * NUMBER
: Numeric type
which can be an integer or floating point. * BOOLEAN
: Either true or false. *
ARRAY
: An ordered collection of values.
fieldType
- the value to setpublic FieldInfo build()
public FieldInfo.Builder copy(FieldInfo model)
Copyright © 2016–2024. All rights reserved.