Class DeleteWatchRequest

java.lang.Object
org.elasticsearch.client.watcher.DeleteWatchRequest
All Implemented Interfaces:
Validatable

public class DeleteWatchRequest extends Object implements Validatable
A delete watch request to delete an watch by name (id)
  • Constructor Details

    • DeleteWatchRequest

      public DeleteWatchRequest(String id)
  • Method Details

    • getId

      public String getId()
      Returns:
      The name of the watch to be deleted
    • toString

      public String toString()
      Overrides:
      toString in class Object