Class DateRangeExpression
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.DateRangeExpression
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DateRangeExpression>Json deserializer forDateRangeExpression -
Method Summary
Modifier and TypeMethodDescriptionfinal FieldDateMathfrom()API name:fromfinal Stringkey()API name:keystatic DateRangeExpressionvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal FieldDateMathto()API name:totoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forDateRangeExpression
-
-
Method Details
-
of
public static DateRangeExpression of(Function<DateRangeExpression.Builder, ObjectBuilder<DateRangeExpression>> fn) -
from
API name:from -
key
API name:key -
to
API name:to -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDateRangeExpressionDeserializer
protected static void setupDateRangeExpressionDeserializer(ObjectDeserializer<DateRangeExpression.Builder> op)
-