Class Latest
java.lang.Object
co.elastic.clients.elasticsearch.transform.Latest
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Latest extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLatest.BuilderBuilder forLatest. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Latest>_DESERIALIZERJson deserializer forLatest -
Method Summary
Modifier and Type Method Description static Latestof(java.util.function.Function<Latest.Builder,ObjectBuilder<Latest>> 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 voidsetupLatestDeserializer(ObjectDeserializer<Latest.Builder> op)java.lang.Stringsort()Required - Specifies the date field that is used to identify the latest documents.java.lang.StringtoString()java.util.List<java.lang.String>uniqueKey()Required - Specifies an array of one or more fields that are used to group the data.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forLatest
-
-
Method Details
-
of
-
sort
public final java.lang.String sort()Required - Specifies the date field that is used to identify the latest documents.API name:
sort -
uniqueKey
public final java.util.List<java.lang.String> uniqueKey()Required - Specifies an array of one or more fields that are used to group the data.API name:
unique_key -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupLatestDeserializer
-