Uses of Class
com.oracle.bmc.aivision.model.FieldLabel
-
Packages that use FieldLabel Package Description com.oracle.bmc.aivision.model -
-
Uses of FieldLabel in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return FieldLabel Modifier and Type Method Description FieldLabel
FieldLabel.Builder. build()
FieldLabel
DocumentField. getFieldLabel()
Methods in com.oracle.bmc.aivision.model with parameters of type FieldLabel Modifier and Type Method Description FieldLabel.Builder
FieldLabel.Builder. copy(FieldLabel model)
DocumentField.Builder
DocumentField.Builder. fieldLabel(FieldLabel fieldLabel)
Constructors in com.oracle.bmc.aivision.model with parameters of type FieldLabel Constructor Description DocumentField(DocumentField.FieldType fieldType, FieldLabel fieldLabel, FieldName fieldName, FieldValue fieldValue)
Deprecated.
-