Class IntervalsBuilders
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.IntervalsBuilders
public class IntervalsBuilders
extends java.lang.Object
Builders for
Intervals variants.-
Method Summary
Modifier and Type Method Description static IntervalsAllOf.BuilderallOf()Creates a builder for theall_ofIntervalsvariant.static IntervalsAnyOf.BuilderanyOf()Creates a builder for theany_ofIntervalsvariant.static IntervalsFuzzy.Builderfuzzy()Creates a builder for thefuzzyIntervalsvariant.static IntervalsMatch.Buildermatch()Creates a builder for thematchIntervalsvariant.static IntervalsPrefix.Builderprefix()Creates a builder for theprefixIntervalsvariant.static IntervalsWildcard.Builderwildcard()Creates a builder for thewildcardIntervalsvariant.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
allOf
Creates a builder for theall_ofIntervalsvariant. -
anyOf
Creates a builder for theany_ofIntervalsvariant. -
fuzzy
Creates a builder for thefuzzyIntervalsvariant. -
match
Creates a builder for thematchIntervalsvariant. -
prefix
Creates a builder for theprefixIntervalsvariant. -
wildcard
Creates a builder for thewildcardIntervalsvariant.
-