Modifier and Type | Field and Description |
---|---|
protected String |
fieldLabel |
protected String |
fieldName |
protected SupportedFieldType |
fieldType |
protected String |
operators |
protected String |
options |
protected SupportedFieldType |
secondaryFieldType |
Constructor and Description |
---|
FieldData.Builder() |
Modifier and Type | Method and Description |
---|---|
FieldData |
build() |
FieldData.Builder |
label(String fieldLabel) |
FieldData.Builder |
name(String fieldName) |
FieldData.Builder |
operators(String operators) |
FieldData.Builder |
options(String options) |
FieldData.Builder |
secondaryType(SupportedFieldType fieldType) |
FieldData.Builder |
type(SupportedFieldType fieldType) |
protected String fieldLabel
protected String fieldName
protected String operators
protected String options
protected SupportedFieldType fieldType
protected SupportedFieldType secondaryFieldType
public FieldData build()
public FieldData.Builder label(String fieldLabel)
public FieldData.Builder name(String fieldName)
public FieldData.Builder operators(String operators)
public FieldData.Builder options(String options)
public FieldData.Builder type(SupportedFieldType fieldType)
public FieldData.Builder secondaryType(SupportedFieldType fieldType)
Copyright © 2014. All rights reserved.