Class GetCalendarEventsRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.GetCalendarEventsRequest
All Implemented Interfaces:
ElasticsearchCommonRequest

public final class GetCalendarEventsRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • calendarId

      public java.lang.String calendarId()
      Required - The ID of the calendar containing the events

      API name: calendar_id

    • jobId

      @Nullable public java.lang.String jobId()
      Get events for the job. When this option is used calendar_id must be '_all'

      API name: job_id

    • end

      @Nullable public java.lang.String end()
      Get events before this time

      API name: end

    • from

      @Nullable public java.lang.Integer from()
      Skips a number of events

      API name: from

    • start

      @Nullable public java.lang.String start()
      Get events after this time

      API name: start

    • size

      @Nullable public java.lang.Integer size()
      Specifies a max number of events to get

      API name: size