Class MatchAllQuery
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
co.elastic.clients.elasticsearch._types.query_dsl.MatchAllQuery
- All Implemented Interfaces:
QueryVariant,JsonpSerializable,UnionVariant
@JsonpDeserializable public final class MatchAllQuery extends QueryBase implements QueryVariant
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMatchAllQuery.BuilderBuilder forMatchAllQuery.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
QueryBase.AbstractBuilder<BuilderT extends QueryBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<MatchAllQuery>_DESERIALIZERJson deserializer forMatchAllQuery -
Constructor Summary
Constructors Constructor Description MatchAllQuery(MatchAllQuery.Builder builder)MatchAllQuery(java.util.function.Function<MatchAllQuery.Builder,MatchAllQuery.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.String_variantType()Queryvariant typeprotected static voidsetupMatchAllQueryDeserializer(DelegatingDeserializer<MatchAllQuery.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
boost, queryName, serialize, serializeInternal, setupQueryBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.query_dsl.QueryVariant
_toQuery
-
Field Details
-
_DESERIALIZER
Json deserializer forMatchAllQuery
-
-
Constructor Details
-
MatchAllQuery
-
MatchAllQuery
-
-
Method Details
-
_variantType
public java.lang.String _variantType()Queryvariant type- Specified by:
_variantTypein interfaceUnionVariant
-
setupMatchAllQueryDeserializer
protected static void setupMatchAllQueryDeserializer(DelegatingDeserializer<MatchAllQuery.Builder> op)
-