Uses of Class
org.dashbuilder.dataprovider.backend.elasticsearch.rest.model.Query.Parameter
-
Packages that use Query.Parameter Package Description org.dashbuilder.dataprovider.backend.elasticsearch.rest.model -
-
Uses of Query.Parameter in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model that return Query.Parameter Modifier and Type Method Description static Query.ParameterQuery.Parameter. valueOf(String name)Returns the enum constant of this type with the specified name.static Query.Parameter[]Query.Parameter. values()Returns an array containing the constants of this enum type, in the order they are declared.
-