Package org.elasticsearch.client.enrich
Class ExecutePolicyRequest
java.lang.Object
org.elasticsearch.client.enrich.ExecutePolicyRequest
- All Implemented Interfaces:
Validatable
public final class ExecutePolicyRequest extends java.lang.Object implements Validatable
-
Field Summary
Fields inherited from interface org.elasticsearch.client.Validatable
EMPTY -
Constructor Summary
Constructors Constructor Description ExecutePolicyRequest(java.lang.String name) -
Method Summary
Modifier and Type Method Description java.lang.StringgetName()java.lang.BooleangetWaitForCompletion()voidsetWaitForCompletion(boolean waitForCompletion)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.client.Validatable
validate
-
Constructor Details
-
ExecutePolicyRequest
public ExecutePolicyRequest(java.lang.String name)
-
-
Method Details
-
getName
public java.lang.String getName() -
getWaitForCompletion
public java.lang.Boolean getWaitForCompletion() -
setWaitForCompletion
public void setWaitForCompletion(boolean waitForCompletion)
-