Class DeprecationInfoRequest

java.lang.Object
org.elasticsearch.client.migration.DeprecationInfoRequest
All Implemented Interfaces:
Validatable

public class DeprecationInfoRequest
extends java.lang.Object
implements Validatable
  • Field Summary

    Fields inherited from interface org.elasticsearch.client.Validatable

    EMPTY
  • Constructor Summary

    Constructors
    Constructor Description
    DeprecationInfoRequest()  
    DeprecationInfoRequest​(java.util.List<java.lang.String> indices)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.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
  • Constructor Details

    • DeprecationInfoRequest

      public DeprecationInfoRequest​(java.util.List<java.lang.String> indices)
    • DeprecationInfoRequest

      public DeprecationInfoRequest()
  • Method Details

    • getIndices

      public java.util.List<java.lang.String> getIndices()