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