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 IntervalsallOf(java.util.function.Function<IntervalsAllOf.Builder,ObjectBuilder<IntervalsAllOf>> fn)Creates a Intervals of theall_ofIntervalsvariant.static IntervalsAnyOf.BuilderanyOf()Creates a builder for theany_ofIntervalsvariant.static IntervalsanyOf(java.util.function.Function<IntervalsAnyOf.Builder,ObjectBuilder<IntervalsAnyOf>> fn)Creates a Intervals of theany_ofIntervalsvariant.static IntervalsFuzzy.Builderfuzzy()Creates a builder for thefuzzyIntervalsvariant.static Intervalsfuzzy(java.util.function.Function<IntervalsFuzzy.Builder,ObjectBuilder<IntervalsFuzzy>> fn)Creates a Intervals of thefuzzyIntervalsvariant.static IntervalsMatch.Buildermatch()Creates a builder for thematchIntervalsvariant.static Intervalsmatch(java.util.function.Function<IntervalsMatch.Builder,ObjectBuilder<IntervalsMatch>> fn)Creates a Intervals of thematchIntervalsvariant.static IntervalsPrefix.Builderprefix()Creates a builder for theprefixIntervalsvariant.static Intervalsprefix(java.util.function.Function<IntervalsPrefix.Builder,ObjectBuilder<IntervalsPrefix>> fn)Creates a Intervals of theprefixIntervalsvariant.static IntervalsWildcard.Builderwildcard()Creates a builder for thewildcardIntervalsvariant.static Intervalswildcard(java.util.function.Function<IntervalsWildcard.Builder,ObjectBuilder<IntervalsWildcard>> fn)Creates a Intervals of 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. -
allOf
public static Intervals allOf(java.util.function.Function<IntervalsAllOf.Builder,ObjectBuilder<IntervalsAllOf>> fn)Creates a Intervals of theall_ofIntervalsvariant. -
anyOf
Creates a builder for theany_ofIntervalsvariant. -
anyOf
public static Intervals anyOf(java.util.function.Function<IntervalsAnyOf.Builder,ObjectBuilder<IntervalsAnyOf>> fn)Creates a Intervals of theany_ofIntervalsvariant. -
fuzzy
Creates a builder for thefuzzyIntervalsvariant. -
fuzzy
public static Intervals fuzzy(java.util.function.Function<IntervalsFuzzy.Builder,ObjectBuilder<IntervalsFuzzy>> fn)Creates a Intervals of thefuzzyIntervalsvariant. -
match
Creates a builder for thematchIntervalsvariant. -
match
public static Intervals match(java.util.function.Function<IntervalsMatch.Builder,ObjectBuilder<IntervalsMatch>> fn)Creates a Intervals of thematchIntervalsvariant. -
prefix
Creates a builder for theprefixIntervalsvariant. -
prefix
public static Intervals prefix(java.util.function.Function<IntervalsPrefix.Builder,ObjectBuilder<IntervalsPrefix>> fn)Creates a Intervals of theprefixIntervalsvariant. -
wildcard
Creates a builder for thewildcardIntervalsvariant. -
wildcard
public static Intervals wildcard(java.util.function.Function<IntervalsWildcard.Builder,ObjectBuilder<IntervalsWildcard>> fn)Creates a Intervals of thewildcardIntervalsvariant.
-