public static class DeleteCalendarEventReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteCalendarEventReq |
build() |
DeleteCalendarEventReq.Builder |
calendarId(String calendarId) |
DeleteCalendarEventReq.Builder |
eventId(String eventId) |
DeleteCalendarEventReq.Builder |
needNotification(Boolean needNotification) |
DeleteCalendarEventReq.Builder |
needNotification(NeedNotificationEnum needNotification) |
public DeleteCalendarEventReq.Builder needNotification(Boolean needNotification)
public DeleteCalendarEventReq.Builder needNotification(NeedNotificationEnum needNotification)
public DeleteCalendarEventReq.Builder calendarId(String calendarId)
public DeleteCalendarEventReq.Builder eventId(String eventId)
public DeleteCalendarEventReq build()
Copyright © 2022. All rights reserved.