Class DeleteCalendarEventResponse.Builder
java.lang.Object
co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase.AbstractBuilder<DeleteCalendarEventResponse.Builder>
co.elastic.clients.elasticsearch.ml.DeleteCalendarEventResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<DeleteCalendarEventResponse>
- Enclosing class:
- DeleteCalendarEventResponse
public static class DeleteCalendarEventResponse.Builder extends AcknowledgedResponseBase.AbstractBuilder<DeleteCalendarEventResponse.Builder> implements ObjectBuilder<DeleteCalendarEventResponse>
Builder for
DeleteCalendarEventResponse.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description DeleteCalendarEventResponsebuild()Builds aDeleteCalendarEventResponse.protected DeleteCalendarEventResponse.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase.AbstractBuilder
acknowledgedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classAcknowledgedResponseBase.AbstractBuilder<DeleteCalendarEventResponse.Builder>
-
build
Builds aDeleteCalendarEventResponse.- Specified by:
buildin interfaceObjectBuilder<DeleteCalendarEventResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-