Class ExistsQuery
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
co.elastic.clients.elasticsearch._types.query_dsl.ExistsQuery
- All Implemented Interfaces:
QueryVariant,JsonpSerializable,UnionVariant
@JsonpDeserializable public final class ExistsQuery extends QueryBase implements QueryVariant
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExistsQuery.BuilderBuilder forExistsQuery.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<ExistsQuery>_DESERIALIZERJson deserializer forExistsQuery -
Constructor Summary
Constructors Constructor Description ExistsQuery(ExistsQuery.Builder builder)ExistsQuery(java.util.function.Function<ExistsQuery.Builder,ExistsQuery.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.String_variantType()Queryvariant typejava.lang.Stringfield()Required - API name:fieldprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupExistsQueryDeserializer(DelegatingDeserializer<ExistsQuery.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
boost, queryName, serialize, 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 forExistsQuery
-
-
Constructor Details
-
ExistsQuery
-
ExistsQuery
-
-
Method Details
-
_variantType
public java.lang.String _variantType()Queryvariant type- Specified by:
_variantTypein interfaceUnionVariant
-
field
public java.lang.String field()Required - API name:field -
serializeInternal
- Overrides:
serializeInternalin classQueryBase
-
setupExistsQueryDeserializer
-