Class IntervalsQueryBuilders
- java.lang.Object
-
- org.opensearch.client.opensearch._types.query_dsl.IntervalsQueryBuilders
-
public class IntervalsQueryBuilders extends java.lang.ObjectBuilders forIntervalsQueryvariants.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IntervalsAllOf.BuilderallOf()Creates a builder for theall_ofIntervalsQueryvariant.static IntervalsAnyOf.BuilderanyOf()Creates a builder for theany_ofIntervalsQueryvariant.static IntervalsFuzzy.Builderfuzzy()Creates a builder for thefuzzyIntervalsQueryvariant.static IntervalsMatch.Buildermatch()Creates a builder for thematchIntervalsQueryvariant.static IntervalsPrefix.Builderprefix()Creates a builder for theprefixIntervalsQueryvariant.static IntervalsWildcard.Builderwildcard()Creates a builder for thewildcardIntervalsQueryvariant.
-
-
-
Method Detail
-
allOf
public static IntervalsAllOf.Builder allOf()
Creates a builder for theall_ofIntervalsQueryvariant.
-
anyOf
public static IntervalsAnyOf.Builder anyOf()
Creates a builder for theany_ofIntervalsQueryvariant.
-
fuzzy
public static IntervalsFuzzy.Builder fuzzy()
Creates a builder for thefuzzyIntervalsQueryvariant.
-
match
public static IntervalsMatch.Builder match()
Creates a builder for thematchIntervalsQueryvariant.
-
prefix
public static IntervalsPrefix.Builder prefix()
Creates a builder for theprefixIntervalsQueryvariant.
-
wildcard
public static IntervalsWildcard.Builder wildcard()
Creates a builder for thewildcardIntervalsQueryvariant.
-
-