Class GeoPolygonPoints.Builder
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.GeoPolygonPoints.Builder
- All Implemented Interfaces:
ObjectBuilder<GeoPolygonPoints>
- Enclosing class:
- GeoPolygonPoints
public static class GeoPolygonPoints.Builder extends java.lang.Object implements ObjectBuilder<GeoPolygonPoints>
Builder for
GeoPolygonPoints.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description GeoPolygonPoints.BuilderaddPoints(jakarta.json.JsonValue value)Add a value topoints(List), creating the list if needed.GeoPolygonPointsbuild()Builds aGeoPolygonPoints.GeoPolygonPoints.Builderpoints(jakarta.json.JsonValue... value)Required - API name:pointsGeoPolygonPoints.Builderpoints(java.util.List<jakarta.json.JsonValue> value)Required - API name:pointsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
points
Required - API name:points -
points
Required - API name:points -
addPoints
Add a value topoints(List), creating the list if needed. -
build
Builds aGeoPolygonPoints.- Specified by:
buildin interfaceObjectBuilder<GeoPolygonPoints>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-