Uses of Class
org.elasticsearch.client.ml.job.config.FilterRef.FilterType
-
Packages that use FilterRef.FilterType Package Description org.elasticsearch.client.ml.job.config -
-
Uses of FilterRef.FilterType in org.elasticsearch.client.ml.job.config
Methods in org.elasticsearch.client.ml.job.config that return FilterRef.FilterType Modifier and Type Method Description static FilterRef.FilterTypeFilterRef.FilterType. fromString(String value)FilterRef.FilterTypeFilterRef. getFilterType()static FilterRef.FilterTypeFilterRef.FilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterRef.FilterType[]FilterRef.FilterType. 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 FilterRef.FilterType Constructor Description FilterRef(String filterId, FilterRef.FilterType filterType)
-