Class GetCalendarsRequest

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, TaskAwareRequest, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class GetCalendarsRequest extends ActionRequest implements org.elasticsearch.xcontent.ToXContentObject
  • Field Details

  • Constructor Details

    • GetCalendarsRequest

      public GetCalendarsRequest()
    • GetCalendarsRequest

      public GetCalendarsRequest(String calendarId)
  • Method Details

    • getCalendarId

      public String getCalendarId()
    • setCalendarId

      public void setCalendarId(String calendarId)
    • getPageParams

      public PageParams getPageParams()
    • setPageParams

      public void setPageParams(PageParams pageParams)
    • validate

      Specified by:
      validate in class ActionRequest
    • toXContent

      public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.xcontent.ToXContent
      Throws:
      IOException
    • hashCode

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

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