Uses of Class
com.oracle.bmc.datasafe.model.ColumnFilter.Operator
-
Packages that use ColumnFilter.Operator Package Description com.oracle.bmc.datasafe.model -
-
Uses of ColumnFilter.Operator in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return ColumnFilter.Operator Modifier and Type Method Description static ColumnFilter.OperatorColumnFilter.Operator. create(String key)ColumnFilter.OperatorColumnFilter. getOperator()Specifies the type of operator that must be applied for example in, eq etc.static ColumnFilter.OperatorColumnFilter.Operator. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnFilter.Operator[]ColumnFilter.Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type ColumnFilter.Operator Modifier and Type Method Description ColumnFilter.BuilderColumnFilter.Builder. operator(ColumnFilter.Operator operator)Specifies the type of operator that must be applied for example in, eq etc.Constructors in com.oracle.bmc.datasafe.model with parameters of type ColumnFilter.Operator Constructor Description ColumnFilter(String fieldName, ColumnFilter.Operator operator, List<String> expressions, Boolean isEnabled, Boolean isHidden)Deprecated.
-