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