Class DeleteCalendarEventRequest.Builder
java.lang.Object
co.elastic.clients.elasticsearch.ml.DeleteCalendarEventRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<DeleteCalendarEventRequest>
- Enclosing class:
- DeleteCalendarEventRequest
public static class DeleteCalendarEventRequest.Builder extends java.lang.Object implements ObjectBuilder<DeleteCalendarEventRequest>
Builder for
DeleteCalendarEventRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description DeleteCalendarEventRequestbuild()Builds aDeleteCalendarEventRequest.DeleteCalendarEventRequest.BuildercalendarId(java.lang.String value)Required - The ID of the calendar to modifyDeleteCalendarEventRequest.BuildereventId(java.lang.String value)Required - 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
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
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 -
build
Builds aDeleteCalendarEventRequest.- Specified by:
buildin interfaceObjectBuilder<DeleteCalendarEventRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-