Uses of Class
com.oracle.bmc.usageapi.model.Filter.Operator
-
Packages that use Filter.Operator Package Description com.oracle.bmc.usageapi.model -
-
Uses of Filter.Operator in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return Filter.Operator Modifier and Type Method Description static Filter.OperatorFilter.Operator. create(String key)Filter.OperatorFilter. getOperator()The filter operator.static Filter.OperatorFilter.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.usageapi.model with parameters of type Filter.Operator Modifier and Type Method Description Filter.BuilderFilter.Builder. operator(Filter.Operator operator)The filter operator.Constructors in com.oracle.bmc.usageapi.model with parameters of type Filter.Operator Constructor Description Filter(Filter.Operator operator, List<Dimension> dimensions, List<Tag> tags, List<Filter> filters)Deprecated.
-