Class FieldValue.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch._types.FieldValue.Builder
- All Implemented Interfaces:
ObjectBuilder<FieldValue>
- Enclosing class:
- FieldValue
public static class FieldValue.Builder extends ObjectBuilderBase implements ObjectBuilder<FieldValue>
-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description ObjectBuilder<FieldValue>booleanValue(boolean v)FieldValuebuild()ObjectBuilder<FieldValue>doubleValue(double v)ObjectBuilder<FieldValue>longValue(long v)ObjectBuilder<FieldValue>nullValue()ObjectBuilder<FieldValue>stringValue(java.lang.String 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
-
doubleValue
-
longValue
-
booleanValue
-
stringValue
-
nullValue
-
build
- Specified by:
buildin interfaceObjectBuilder<FieldValue>
-