Class DeleteCalendarEventRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.DeleteCalendarEventRequest
Delete events from a calendar.
- See Also:
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBaseRequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionEndpoint "ml.delete_calendar_event".
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringRequired - A string that uniquely identifies a calendar.final StringeventId()Required - Identifier for the scheduled event.static DeleteCalendarEventRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBasetoString
- 
Field Details- 
_ENDPOINTpublic static final Endpoint<DeleteCalendarEventRequest,DeleteCalendarEventResponse, _ENDPOINTErrorResponse> Endpoint "ml.delete_calendar_event".
 
- 
- 
Method Details- 
ofpublic static DeleteCalendarEventRequest of(Function<DeleteCalendarEventRequest.Builder, ObjectBuilder<DeleteCalendarEventRequest>> fn) 
- 
calendarIdRequired - A string that uniquely identifies a calendar.API name: calendar_id
- 
eventIdRequired - Identifier for the scheduled event. You can obtain this identifier by using the get calendar events API.API name: event_id
 
-