Class IntervalsBuilders
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.IntervalsBuilders
Builders for
Intervals variants.-
Method Summary
Modifier and TypeMethodDescriptionstatic IntervalsAllOf.BuilderallOf()Creates a builder for theall_ofIntervalsvariant.static IntervalsCreates a Intervals of theall_ofIntervalsvariant.static IntervalsAnyOf.BuilderanyOf()Creates a builder for theany_ofIntervalsvariant.static IntervalsCreates a Intervals of theany_ofIntervalsvariant.static IntervalsFuzzy.Builderfuzzy()Creates a builder for thefuzzyIntervalsvariant.static IntervalsCreates a Intervals of thefuzzyIntervalsvariant.static IntervalsMatch.Buildermatch()Creates a builder for thematchIntervalsvariant.static IntervalsCreates a Intervals of thematchIntervalsvariant.static IntervalsPrefix.Builderprefix()Creates a builder for theprefixIntervalsvariant.static IntervalsCreates a Intervals of theprefixIntervalsvariant.static IntervalsWildcard.Builderwildcard()Creates a builder for thewildcardIntervalsvariant.static IntervalsCreates a Intervals of thewildcardIntervalsvariant.
-
Method Details
-
allOf
Creates a builder for theall_ofIntervalsvariant. -
allOf
Creates a Intervals of theall_ofIntervalsvariant. -
anyOf
Creates a builder for theany_ofIntervalsvariant. -
anyOf
Creates a Intervals of theany_ofIntervalsvariant. -
fuzzy
Creates a builder for thefuzzyIntervalsvariant. -
fuzzy
Creates a Intervals of thefuzzyIntervalsvariant. -
match
Creates a builder for thematchIntervalsvariant. -
match
Creates a Intervals of thematchIntervalsvariant. -
prefix
Creates a builder for theprefixIntervalsvariant. -
prefix
Creates a Intervals of theprefixIntervalsvariant. -
wildcard
Creates a builder for thewildcardIntervalsvariant. -
wildcard
public static Intervals wildcard(Function<IntervalsWildcard.Builder, ObjectBuilder<IntervalsWildcard>> fn) Creates a Intervals of thewildcardIntervalsvariant.
-