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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
fieldType
public DocumentField.Builder fieldType(DocumentField.FieldType fieldType)
The field type.- Parameters:
fieldType
- the value to set- Returns:
- this builder
-
fieldLabel
public DocumentField.Builder fieldLabel(FieldLabel fieldLabel)
-
fieldName
public DocumentField.Builder fieldName(FieldName fieldName)
-
fieldValue
public DocumentField.Builder fieldValue(FieldValue fieldValue)
-
build
public DocumentField build()
-
copy
public DocumentField.Builder copy(DocumentField model)
-
-