Package | Description |
---|---|
com.oracle.bmc.aidocument.model |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
FieldValue |
DocumentField.getFieldValue() |
Modifier and Type | Method and Description |
---|---|
DocumentField.Builder |
DocumentField.Builder.fieldValue(FieldValue fieldValue) |
Constructor and Description |
---|
DocumentField(DocumentField.FieldType fieldType,
FieldLabel fieldLabel,
FieldName fieldName,
FieldValue fieldValue)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.