Class DeleteCalendarEventRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.DeleteCalendarEventRequest
- All Implemented Interfaces:
ElasticsearchCommonRequest
public final class DeleteCalendarEventRequest extends RequestBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteCalendarEventRequest.BuilderBuilder forDeleteCalendarEventRequest.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<DeleteCalendarEventRequest,DeleteCalendarEventResponse,ElasticsearchError>ENDPOINTEndpoint "ml.delete_calendar_event". -
Constructor Summary
Constructors Constructor Description DeleteCalendarEventRequest(DeleteCalendarEventRequest.Builder builder)DeleteCalendarEventRequest(java.util.function.Function<DeleteCalendarEventRequest.Builder,DeleteCalendarEventRequest.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.StringcalendarId()The ID of the calendar to modifyjava.lang.StringeventId()The ID of the event to remove from the calendarMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENDPOINT
public static final Endpoint<DeleteCalendarEventRequest,DeleteCalendarEventResponse,ElasticsearchError> ENDPOINTEndpoint "ml.delete_calendar_event".
-
-
Constructor Details
-
DeleteCalendarEventRequest
-
DeleteCalendarEventRequest
public DeleteCalendarEventRequest(java.util.function.Function<DeleteCalendarEventRequest.Builder,DeleteCalendarEventRequest.Builder> fn)
-
-
Method Details
-
calendarId
public java.lang.String calendarId()The ID of the calendar to modifyAPI name:
calendar_id -
eventId
public java.lang.String eventId()The ID of the event to remove from the calendarAPI name:
event_id
-