Uses of Class
com.oracle.bmc.aivision.model.DocumentField.FieldType
-
Packages that use DocumentField.FieldType Package Description com.oracle.bmc.aivision.model -
-
Uses of DocumentField.FieldType in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return DocumentField.FieldType Modifier and Type Method Description static DocumentField.FieldType
DocumentField.FieldType. create(String key)
DocumentField.FieldType
DocumentField. getFieldType()
The field type.static DocumentField.FieldType
DocumentField.FieldType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DocumentField.FieldType[]
DocumentField.FieldType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aivision.model with parameters of type DocumentField.FieldType Modifier and Type Method Description DocumentField.Builder
DocumentField.Builder. fieldType(DocumentField.FieldType fieldType)
The field type.Constructors in com.oracle.bmc.aivision.model with parameters of type DocumentField.FieldType Constructor Description DocumentField(DocumentField.FieldType fieldType, FieldLabel fieldLabel, FieldName fieldName, FieldValue fieldValue)
Deprecated.
-