Class ListResponse
java.lang.Object
co.elastic.clients.elasticsearch.tasks.TaskListResponseBase
co.elastic.clients.elasticsearch.tasks.ListResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ListResponse extends TaskListResponseBase
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListResponse.BuilderBuilder forListResponse.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.tasks.TaskListResponseBase
TaskListResponseBase.AbstractBuilder<BuilderT extends TaskListResponseBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ListResponse>_DESERIALIZERJson deserializer forListResponse -
Method Summary
Modifier and Type Method Description static ListResponseof(java.util.function.Function<ListResponse.Builder,ObjectBuilder<ListResponse>> fn)protected static voidsetupListResponseDeserializer(ObjectDeserializer<ListResponse.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch.tasks.TaskListResponseBase
nodeFailures, nodes, serialize, serializeInternal, setupTaskListResponseBaseDeserializer, taskFailures, tasks, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forListResponse
-
-
Method Details
-
of
public static ListResponse of(java.util.function.Function<ListResponse.Builder,ObjectBuilder<ListResponse>> fn) -
setupListResponseDeserializer
-