Class FieldDateMath.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch._types.aggregations.FieldDateMath.Builder
- All Implemented Interfaces:
ObjectBuilder<FieldDateMath>
- Enclosing class:
- FieldDateMath
public static class FieldDateMath.Builder extends ObjectBuilderBase implements ObjectBuilder<FieldDateMath>
-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description FieldDateMathbuild()ObjectBuilder<FieldDateMath>expr(java.lang.String v)ObjectBuilder<FieldDateMath>value(java.lang.Double v)Methods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
expr
-
value
-
build
- Specified by:
buildin interfaceObjectBuilder<FieldDateMath>
-