Uses of Class
com.oracle.bmc.aidocument.model.DocumentField
-
Packages that use DocumentField Package Description com.oracle.bmc.aidocument.model -
-
Uses of DocumentField in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return DocumentField Modifier and Type Method Description DocumentField
DocumentField.Builder. build()
Methods in com.oracle.bmc.aidocument.model that return types with arguments of type DocumentField Modifier and Type Method Description List<DocumentField>
Page. getDocumentFields()
The form fields detected on the page.List<DocumentField>
ValueArray. getItems()
The array of values.Methods in com.oracle.bmc.aidocument.model with parameters of type DocumentField Modifier and Type Method Description DocumentField.Builder
DocumentField.Builder. copy(DocumentField model)
Method parameters in com.oracle.bmc.aidocument.model with type arguments of type DocumentField Modifier and Type Method Description Page.Builder
Page.Builder. documentFields(List<DocumentField> documentFields)
The form fields detected on the page.ValueArray.Builder
ValueArray.Builder. items(List<DocumentField> items)
The array of values.
-