Class PhraseSuggestCollateQuery
java.lang.Object
co.elastic.clients.elasticsearch.core.search.PhraseSuggestCollateQuery
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class PhraseSuggestCollateQuery extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPhraseSuggestCollateQuery.BuilderBuilder forPhraseSuggestCollateQuery. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<PhraseSuggestCollateQuery>_DESERIALIZERJson deserializer forPhraseSuggestCollateQuery -
Method Summary
Modifier and Type Method Description java.lang.Stringid()API name:idstatic PhraseSuggestCollateQueryof(java.util.function.Function<PhraseSuggestCollateQuery.Builder,ObjectBuilder<PhraseSuggestCollateQuery>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupPhraseSuggestCollateQueryDeserializer(ObjectDeserializer<PhraseSuggestCollateQuery.Builder> op)java.lang.Stringsource()API name:sourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forPhraseSuggestCollateQuery
-
-
Method Details
-
of
public static PhraseSuggestCollateQuery of(java.util.function.Function<PhraseSuggestCollateQuery.Builder,ObjectBuilder<PhraseSuggestCollateQuery>> fn) -
id
@Nullable public final java.lang.String id()API name:id -
source
@Nullable public final java.lang.String source()API name:source -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupPhraseSuggestCollateQueryDeserializer
protected static void setupPhraseSuggestCollateQueryDeserializer(ObjectDeserializer<PhraseSuggestCollateQuery.Builder> op)
-