public static class DocumentField.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DocumentField |
build() |
DocumentField.Builder |
copy(DocumentField model) |
DocumentField.Builder |
fieldLabel(FieldLabel fieldLabel) |
DocumentField.Builder |
fieldName(FieldName fieldName) |
DocumentField.Builder |
fieldType(DocumentField.FieldType fieldType)
The field type.
|
DocumentField.Builder |
fieldValue(FieldValue fieldValue) |
public DocumentField.Builder fieldType(DocumentField.FieldType fieldType)
The field type.
fieldType
- the value to setpublic DocumentField.Builder fieldLabel(FieldLabel fieldLabel)
public DocumentField.Builder fieldName(FieldName fieldName)
public DocumentField.Builder fieldValue(FieldValue fieldValue)
public DocumentField build()
public DocumentField.Builder copy(DocumentField model)
Copyright © 2016–2024. All rights reserved.