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