Class FloatRangeProperty.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.mapping.PropertyBase.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch._types.mapping.CorePropertyBase.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch._types.mapping.DocValuesPropertyBase.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch._types.mapping.RangePropertyBase.AbstractBuilder<FloatRangeProperty.Builder>
co.elastic.clients.elasticsearch._types.mapping.FloatRangeProperty.Builder
- All Implemented Interfaces:
WithJson<FloatRangeProperty.Builder>,ObjectBuilder<FloatRangeProperty>
- Enclosing class:
- FloatRangeProperty
public static class FloatRangeProperty.Builder extends RangePropertyBase.AbstractBuilder<FloatRangeProperty.Builder> implements ObjectBuilder<FloatRangeProperty>
Builder for
FloatRangeProperty.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description FloatRangePropertybuild()Builds aFloatRangeProperty.protected FloatRangeProperty.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.mapping.RangePropertyBase.AbstractBuilder
boost, coerce, indexMethods inherited from class co.elastic.clients.elasticsearch._types.mapping.DocValuesPropertyBase.AbstractBuilder
docValuesMethods inherited from class co.elastic.clients.elasticsearch._types.mapping.CorePropertyBase.AbstractBuilder
copyTo, copyTo, similarity, storeMethods inherited from class co.elastic.clients.elasticsearch._types.mapping.PropertyBase.AbstractBuilder
dynamic, fields, fields, fields, ignoreAbove, localMetadata, localMetadata, meta, meta, name, properties, properties, propertiesMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods 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
-
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<FloatRangeProperty.Builder>
-
build
Builds aFloatRangeProperty.- Specified by:
buildin interfaceObjectBuilder<FloatRangeProperty>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-