Class GeoLinePoint.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<GeoLinePoint.Builder>
co.elastic.clients.elasticsearch._types.aggregations.GeoLinePoint.Builder
- All Implemented Interfaces:
WithJson<GeoLinePoint.Builder>,ObjectBuilder<GeoLinePoint>
- Enclosing class:
- GeoLinePoint
public static class GeoLinePoint.Builder extends WithJsonObjectBuilderBase<GeoLinePoint.Builder> implements ObjectBuilder<GeoLinePoint>
Builder for
GeoLinePoint.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description GeoLinePointbuild()Builds aGeoLinePoint.GeoLinePoint.Builderfield(java.lang.String value)Required - API name:fieldprotected GeoLinePoint.Builderself()Methods 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
-
field
Required - API name:field -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<GeoLinePoint.Builder>
-
build
Builds aGeoLinePoint.- Specified by:
buildin interfaceObjectBuilder<GeoLinePoint>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-