Uses of Class
com.oracle.bmc.resourcesearch.model.QueryableFieldDescription.FieldType
-
Packages that use QueryableFieldDescription.FieldType Package Description com.oracle.bmc.resourcesearch.model -
-
Uses of QueryableFieldDescription.FieldType in com.oracle.bmc.resourcesearch.model
Methods in com.oracle.bmc.resourcesearch.model that return QueryableFieldDescription.FieldType Modifier and Type Method Description static QueryableFieldDescription.FieldTypeQueryableFieldDescription.FieldType. create(String key)QueryableFieldDescription.FieldTypeQueryableFieldDescription. getFieldType()The type of the field, which dictates what semantics and query constraints you can use when searching or querying.static QueryableFieldDescription.FieldTypeQueryableFieldDescription.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.Methods in com.oracle.bmc.resourcesearch.model with parameters of type QueryableFieldDescription.FieldType Modifier and Type Method Description QueryableFieldDescription.BuilderQueryableFieldDescription.Builder. fieldType(QueryableFieldDescription.FieldType fieldType)The type of the field, which dictates what semantics and query constraints you can use when searching or querying.Constructors in com.oracle.bmc.resourcesearch.model with parameters of type QueryableFieldDescription.FieldType Constructor Description QueryableFieldDescription(QueryableFieldDescription.FieldType fieldType, String fieldName, Boolean isArray, List<QueryableFieldDescription> objectProperties)Deprecated.
-