Package | Description |
---|---|
com.oracle.bmc.resourcesearch.model |
Modifier and Type | Method and Description |
---|---|
static QueryableFieldDescription.FieldType |
QueryableFieldDescription.FieldType.create(String key) |
QueryableFieldDescription.FieldType |
QueryableFieldDescription.getFieldType()
The type of the field, which dictates what semantics and query constraints you can use when
searching or querying.
|
static QueryableFieldDescription.FieldType |
QueryableFieldDescription.FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryableFieldDescription.FieldType[] |
QueryableFieldDescription.FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
QueryableFieldDescription.Builder |
QueryableFieldDescription.Builder.fieldType(QueryableFieldDescription.FieldType fieldType)
The type of the field, which dictates what semantics and query constraints you can use
when searching or querying.
|
Constructor and Description |
---|
QueryableFieldDescription(QueryableFieldDescription.FieldType fieldType,
String fieldName,
Boolean isArray,
List<QueryableFieldDescription> objectProperties)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.