Class ListResponse.AbstractBuilder<BuilderT extends ListResponse.AbstractBuilder<BuilderT>>
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.tasks.TaskListResponseBase.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch.tasks.ListResponse.AbstractBuilder<BuilderT>
- Direct Known Subclasses:
DeleteByQueryRethrottleResponse.Builder,ListResponse.Builder
- Enclosing class:
- ListResponse
protected abstract static class ListResponse.AbstractBuilder<BuilderT extends ListResponse.AbstractBuilder<BuilderT>> extends TaskListResponseBase.AbstractBuilder<BuilderT>
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractBuilder() -
Method Summary
Methods inherited from class co.elastic.clients.elasticsearch.tasks.TaskListResponseBase.AbstractBuilder
nodeFailures, nodeFailures, nodeFailures, nodes, nodes, nodes, self, taskFailures, taskFailures, taskFailures, tasks, tasksMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder()
-