Uses of Class
com.oracle.bmc.loganalytics.model.Filter.Operator
-
Packages that use Filter.Operator Package Description com.oracle.bmc.loganalytics.model -
-
Uses of Filter.Operator in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return Filter.Operator Modifier and Type Method Description static Filter.Operator
Filter.Operator. create(String key)
Filter.Operator
Filter. getOperator()
Operator to apply when editing the query string.static Filter.Operator
Filter.Operator. valueOf(String name)
Returns the enum constant of this type with the specified name.static Filter.Operator[]
Filter.Operator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.model with parameters of type Filter.Operator Modifier and Type Method Description Filter.Builder
Filter.Builder. operator(Filter.Operator operator)
Operator to apply when editing the query string.Constructors in com.oracle.bmc.loganalytics.model with parameters of type Filter.Operator Constructor Description Filter(String fieldName, List<Object> values, Filter.Operator operator)
Deprecated.
-