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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetCalendarEventsRequest.BuilderBuilder forGetCalendarEventsRequest.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static Endpoint<GetCalendarEventsRequest,GetCalendarEventsResponse,ElasticsearchError>ENDPOINTEndpoint "ml.get_calendar_events". -
Constructor Summary
Constructors Constructor Description GetCalendarEventsRequest(GetCalendarEventsRequest.Builder builder)GetCalendarEventsRequest(java.util.function.Function<GetCalendarEventsRequest.Builder,GetCalendarEventsRequest.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.StringcalendarId()Required - The ID of the calendar containing the eventsjava.lang.Stringend()Get events before this timejava.lang.Integerfrom()Skips a number of eventsjava.lang.StringjobId()Get events for the job.java.lang.Integersize()Specifies a max number of events to getjava.lang.Stringstart()Get events after this timeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENDPOINT
public static final Endpoint<GetCalendarEventsRequest,GetCalendarEventsResponse,ElasticsearchError> ENDPOINTEndpoint "ml.get_calendar_events".
-
-
Constructor Details
-
GetCalendarEventsRequest
-
GetCalendarEventsRequest
public GetCalendarEventsRequest(java.util.function.Function<GetCalendarEventsRequest.Builder,GetCalendarEventsRequest.Builder> fn)
-
-
Method Details
-
calendarId
public java.lang.String calendarId()Required - The ID of the calendar containing the eventsAPI 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 timeAPI name:
end -
from
@Nullable public java.lang.Integer from()Skips a number of eventsAPI name:
from -
start
@Nullable public java.lang.String start()Get events after this timeAPI name:
start -
size
@Nullable public java.lang.Integer size()Specifies a max number of events to getAPI name:
size
-