Uses of Class
com.oracle.bmc.loggingsearch.model.FieldInfo
-
Packages that use FieldInfo Package Description com.oracle.bmc.loggingsearch.model -
-
Uses of FieldInfo in com.oracle.bmc.loggingsearch.model
Methods in com.oracle.bmc.loggingsearch.model that return FieldInfo Modifier and Type Method Description FieldInfo
FieldInfo.Builder. build()
Methods in com.oracle.bmc.loggingsearch.model that return types with arguments of type FieldInfo Modifier and Type Method Description List<FieldInfo>
SearchResponse. getFields()
List of log field schema information.Methods in com.oracle.bmc.loggingsearch.model with parameters of type FieldInfo Modifier and Type Method Description FieldInfo.Builder
FieldInfo.Builder. copy(FieldInfo model)
Method parameters in com.oracle.bmc.loggingsearch.model with type arguments of type FieldInfo Modifier and Type Method Description SearchResponse.Builder
SearchResponse.Builder. fields(List<FieldInfo> fields)
List of log field schema information.
-