Class OpenJobResponse.Builder
java.lang.Object
co.elastic.clients.elasticsearch.ml.OpenJobResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<OpenJobResponse>
- Enclosing class:
- OpenJobResponse
public static class OpenJobResponse.Builder extends java.lang.Object implements ObjectBuilder<OpenJobResponse>
Builder for
OpenJobResponse.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description OpenJobResponsebuild()Builds aOpenJobResponse.OpenJobResponse.Builderopened(boolean value)Required - API name:openedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
opened
Required - API name:opened -
build
Builds aOpenJobResponse.- Specified by:
buildin interfaceObjectBuilder<OpenJobResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-