Class PointProperty.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<PointProperty.Builder>
co.elastic.clients.elasticsearch._types.mapping.PointProperty.Builder
- All Implemented Interfaces:
WithJson<PointProperty.Builder>,ObjectBuilder<PointProperty>
- Enclosing class:
- PointProperty
public static class PointProperty.Builder
extends DocValuesPropertyBase.AbstractBuilder<PointProperty.Builder>
implements ObjectBuilder<PointProperty>
Builder for
PointProperty.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aPointProperty.final PointProperty.BuilderignoreMalformed(Boolean value) API name:ignore_malformedfinal PointProperty.BuilderignoreZValue(Boolean value) API name:ignore_z_valuefinal PointProperty.BuilderAPI name:null_valueprotected PointProperty.Builderself()Methods 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, meta, meta, properties, properties, propertiesMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ignoreMalformed
API name:ignore_malformed -
ignoreZValue
API name:ignore_z_value -
nullValue
API name:null_value -
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<PointProperty.Builder>
-
build
Builds aPointProperty.- Specified by:
buildin interfaceObjectBuilder<PointProperty>- Throws:
NullPointerException- if some of the required fields are null.
-