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