Class TrackHits.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch.core.search.TrackHits.Builder
-
- All Implemented Interfaces:
ObjectBuilder<TrackHits>
- Enclosing class:
- TrackHits
public static class TrackHits.Builder extends ObjectBuilderBase implements ObjectBuilder<TrackHits>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrackHitsbuild()ObjectBuilder<TrackHits>count(java.lang.Integer v)ObjectBuilder<TrackHits>enabled(java.lang.Boolean v)-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
count
public ObjectBuilder<TrackHits> count(java.lang.Integer v)
-
enabled
public ObjectBuilder<TrackHits> enabled(java.lang.Boolean v)
-
build
public TrackHits build()
- Specified by:
buildin interfaceObjectBuilder<TrackHits>
-
-