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