Package org.elasticsearch.client.enrich
Class GetPolicyRequest
- java.lang.Object
-
- org.elasticsearch.client.enrich.GetPolicyRequest
-
- All Implemented Interfaces:
Validatable
public final class GetPolicyRequest extends Object implements Validatable
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.client.Validatable
EMPTY
-
-
Constructor Summary
Constructors Constructor Description GetPolicyRequest()GetPolicyRequest(String... names)GetPolicyRequest(List<String> names)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getNames()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.client.Validatable
validate
-
-