public static class LookupField.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LookupField |
build() |
LookupField.Builder |
commonFieldName(String commonFieldName)
The common field name.
|
LookupField.Builder |
copy(LookupField model) |
LookupField.Builder |
defaultMatchValue(String defaultMatchValue)
The default match value.
|
LookupField.Builder |
displayName(String displayName)
The field display name.
|
LookupField.Builder |
isCommonField(Boolean isCommonField)
A flag indicating whether or not the lookup field is a common field.
|
LookupField.Builder |
matchOperator(String matchOperator)
The match operator.
|
LookupField.Builder |
name(String name)
The field name.
|
LookupField.Builder |
position(Long position)
THe field position.
|
public LookupField.Builder commonFieldName(String commonFieldName)
The common field name.
commonFieldName
- the value to setpublic LookupField.Builder defaultMatchValue(String defaultMatchValue)
The default match value.
defaultMatchValue
- the value to setpublic LookupField.Builder displayName(String displayName)
The field display name.
displayName
- the value to setpublic LookupField.Builder isCommonField(Boolean isCommonField)
A flag indicating whether or not the lookup field is a common field.
isCommonField
- the value to setpublic LookupField.Builder matchOperator(String matchOperator)
The match operator.
matchOperator
- the value to setpublic LookupField.Builder name(String name)
The field name.
name
- the value to setpublic LookupField.Builder position(Long position)
THe field position.
position
- the value to setpublic LookupField build()
public LookupField.Builder copy(LookupField model)
Copyright © 2016–2024. All rights reserved.