Class Intervals.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.query_dsl.Intervals.Builder
-
- All Implemented Interfaces:
ObjectBuilder<Intervals>
- Enclosing class:
- Intervals
public static class Intervals.Builder extends ObjectBuilderBase implements ObjectBuilder<Intervals>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
allOf
public ObjectBuilder<Intervals> allOf(IntervalsAllOf v)
-
allOf
public ObjectBuilder<Intervals> allOf(java.util.function.Function<IntervalsAllOf.Builder,ObjectBuilder<IntervalsAllOf>> fn)
-
anyOf
public ObjectBuilder<Intervals> anyOf(IntervalsAnyOf v)
-
anyOf
public ObjectBuilder<Intervals> anyOf(java.util.function.Function<IntervalsAnyOf.Builder,ObjectBuilder<IntervalsAnyOf>> fn)
-
fuzzy
public ObjectBuilder<Intervals> fuzzy(IntervalsFuzzy v)
-
fuzzy
public ObjectBuilder<Intervals> fuzzy(java.util.function.Function<IntervalsFuzzy.Builder,ObjectBuilder<IntervalsFuzzy>> fn)
-
match
public ObjectBuilder<Intervals> match(IntervalsMatch v)
-
match
public ObjectBuilder<Intervals> match(java.util.function.Function<IntervalsMatch.Builder,ObjectBuilder<IntervalsMatch>> fn)
-
prefix
public ObjectBuilder<Intervals> prefix(IntervalsPrefix v)
-
prefix
public ObjectBuilder<Intervals> prefix(java.util.function.Function<IntervalsPrefix.Builder,ObjectBuilder<IntervalsPrefix>> fn)
-
wildcard
public ObjectBuilder<Intervals> wildcard(IntervalsWildcard v)
-
wildcard
public ObjectBuilder<Intervals> wildcard(java.util.function.Function<IntervalsWildcard.Builder,ObjectBuilder<IntervalsWildcard>> fn)
-
build
public Intervals build()
- Specified by:
buildin interfaceObjectBuilder<Intervals>
-
-