Uses of Class
org.elasticsearch.client.ml.job.config.RuleCondition.AppliesTo
-
Packages that use RuleCondition.AppliesTo Package Description org.elasticsearch.client.ml.job.config -
-
Uses of RuleCondition.AppliesTo in org.elasticsearch.client.ml.job.config
Methods in org.elasticsearch.client.ml.job.config that return RuleCondition.AppliesTo Modifier and Type Method Description static RuleCondition.AppliesToRuleCondition.AppliesTo. fromString(String value)RuleCondition.AppliesToRuleCondition. getAppliesTo()static RuleCondition.AppliesToRuleCondition.AppliesTo. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleCondition.AppliesTo[]RuleCondition.AppliesTo. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.client.ml.job.config with parameters of type RuleCondition.AppliesTo Constructor Description RuleCondition(RuleCondition.AppliesTo appliesTo, Operator operator, double value)
-