Uses of Class
org.dashbuilder.dataprovider.backend.elasticsearch.rest.model.Query.Type
-
Packages that use Query.Type Package Description org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl org.dashbuilder.dataprovider.backend.elasticsearch.rest.model -
-
Uses of Query.Type in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl that return Query.Type Modifier and Type Method Description protected Query.TypeElasticSearchQueryBuilderImpl. getType(org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl.ElasticSearchQueryBuilderImpl.Operator operator) -
Uses of Query.Type in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model that return Query.Type Modifier and Type Method Description Query.TypeQuery. getType()Query.TypeQuery.Type. getType()static Query.TypeQuery.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Query.Type[]Query.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model with parameters of type Query.Type Constructor Description Query(String field, Query.Type type)Query(Query.Type type)
-