Uses of Class
com.oracle.bmc.aidocument.model.FieldValue
-
Packages that use FieldValue Package Description com.oracle.bmc.aidocument.model -
-
Uses of FieldValue in com.oracle.bmc.aidocument.model
Subclasses of FieldValue in com.oracle.bmc.aidocument.model Modifier and Type Class Description class
ValueArray
The array of field values.class
ValueDate
The date field value.class
ValueInteger
The integer field value.class
ValueNumber
The floating point number field value.class
ValuePhoneNumber
The phone number field value.class
ValueString
The string field value.class
ValueTime
The time field value.Methods in com.oracle.bmc.aidocument.model that return FieldValue Modifier and Type Method Description FieldValue
DocumentField. getFieldValue()
Methods in com.oracle.bmc.aidocument.model with parameters of type FieldValue Modifier and Type Method Description DocumentField.Builder
DocumentField.Builder. fieldValue(FieldValue fieldValue)
Constructors in com.oracle.bmc.aidocument.model with parameters of type FieldValue Constructor Description DocumentField(DocumentField.FieldType fieldType, FieldLabel fieldLabel, FieldName fieldName, FieldValue fieldValue)
Deprecated.
-