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