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