public static class DeleteCalendarEventReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteCalendarEventReq |
build() |
DeleteCalendarEventReq.Builder |
calendarId(String calendarId)
日历ID。
|
DeleteCalendarEventReq.Builder |
eventId(String eventId)
日程ID。
|
DeleteCalendarEventReq.Builder |
needNotification(Boolean needNotification)
删除日程是否给日程参与人发送bot通知,默认为true
示例值:false
|
DeleteCalendarEventReq.Builder |
needNotification(DeleteCalendarEventNeedNotificationEnum needNotification)
删除日程是否给日程参与人发送bot通知,默认为true
示例值:false
|
public DeleteCalendarEventReq.Builder needNotification(Boolean needNotification)
示例值:false
needNotification - public DeleteCalendarEventReq.Builder needNotification(DeleteCalendarEventNeedNotificationEnum needNotification)
示例值:false
needNotification - DeleteCalendarEventNeedNotificationEnumpublic DeleteCalendarEventReq.Builder calendarId(String calendarId)
示例值:feishu.cn_xxxxxxxxxx@group.calendar.feishu.cn
calendarId - public DeleteCalendarEventReq.Builder eventId(String eventId)
示例值:xxxxxxxxx_0
eventId - public DeleteCalendarEventReq build()
Copyright © 2024. All rights reserved.