Class DeleteCalendarEventRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.DeleteCalendarEventRequest
Deletes scheduled events from a calendar.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionEndpoint "ml.delete_calendar_event". -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRequired - The ID of the calendar to modifyfinal StringeventId()Required - The ID of the event to remove from the calendarstatic DeleteCalendarEventRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<DeleteCalendarEventRequest,DeleteCalendarEventResponse, _ENDPOINTErrorResponse> Endpoint "ml.delete_calendar_event".
-
-
Method Details
-
of
public static DeleteCalendarEventRequest of(Function<DeleteCalendarEventRequest.Builder, ObjectBuilder<DeleteCalendarEventRequest>> fn) -
calendarId
Required - The ID of the calendar to modifyAPI name:
calendar_id -
eventId
Required - The ID of the event to remove from the calendarAPI name:
event_id
-