Class DeleteCalendarRequest

java.lang.Object
org.elasticsearch.client.ml.DeleteCalendarRequest
All Implemented Interfaces:
Validatable

public class DeleteCalendarRequest extends Object implements Validatable
Request to delete a Machine Learning Calendar
  • Constructor Details

    • DeleteCalendarRequest

      public DeleteCalendarRequest(String calendarId)
      The constructor requires a single calendar id.
      Parameters:
      calendarId - The calendar to delete. Must be non-null
  • Method Details

    • getCalendarId

      public String getCalendarId()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object