Class DeprecationInfoRequest
- java.lang.Object
-
- org.elasticsearch.client.migration.DeprecationInfoRequest
-
- All Implemented Interfaces:
Validatable
public class DeprecationInfoRequest extends Object implements Validatable
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.client.Validatable
EMPTY
-
-
Constructor Summary
Constructors Constructor Description DeprecationInfoRequest()DeprecationInfoRequest(List<String> indices)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getIndices()-
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
-
-