Uses of Class
com.oracle.bmc.loggingsearch.model.FieldInfo.FieldType
-
Packages that use FieldInfo.FieldType Package Description com.oracle.bmc.loggingsearch.model -
-
Uses of FieldInfo.FieldType in com.oracle.bmc.loggingsearch.model
Methods in com.oracle.bmc.loggingsearch.model that return FieldInfo.FieldType Modifier and Type Method Description static FieldInfo.FieldType
FieldInfo.FieldType. create(String key)
FieldInfo.FieldType
FieldInfo. getFieldType()
Field type - * STRING: A sequence of characters.static FieldInfo.FieldType
FieldInfo.FieldType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FieldInfo.FieldType[]
FieldInfo.FieldType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loggingsearch.model with parameters of type FieldInfo.FieldType Modifier and Type Method Description FieldInfo.Builder
FieldInfo.Builder. fieldType(FieldInfo.FieldType fieldType)
Field type - * STRING: A sequence of characters.Constructors in com.oracle.bmc.loggingsearch.model with parameters of type FieldInfo.FieldType Constructor Description FieldInfo(String fieldName, FieldInfo.FieldType fieldType)
Deprecated.
-