Package com.oracle.bmc.aivision.model
Class DocumentField.Builder
- java.lang.Object
- 
- com.oracle.bmc.aivision.model.DocumentField.Builder
 
- 
- Enclosing class:
- DocumentField
 
 public static class DocumentField.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentFieldbuild()DocumentField.Buildercopy(DocumentField model)DocumentField.BuilderfieldLabel(FieldLabel fieldLabel)DocumentField.BuilderfieldName(FieldName fieldName)DocumentField.BuilderfieldType(DocumentField.FieldType fieldType)The field type.DocumentField.BuilderfieldValue(FieldValue fieldValue)
 
- 
- 
- 
Method Detail- 
fieldTypepublic DocumentField.Builder fieldType(DocumentField.FieldType fieldType) The field type.- Parameters:
- fieldType- the value to set
- Returns:
- this builder
 
 - 
fieldLabelpublic DocumentField.Builder fieldLabel(FieldLabel fieldLabel) 
 - 
fieldNamepublic DocumentField.Builder fieldName(FieldName fieldName) 
 - 
fieldValuepublic DocumentField.Builder fieldValue(FieldValue fieldValue) 
 - 
buildpublic DocumentField build() 
 - 
copypublic DocumentField.Builder copy(DocumentField model) 
 
- 
 
-