类 DeleteCalendarEventReq.Builder
java.lang.Object
com.lark.oapi.service.calendar.v4.model.DeleteCalendarEventReq.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()calendarId(String calendarId) 日历ID。日程ID。needNotification(DeleteCalendarEventNeedNotificationEnum needNotification) 删除日程是否给日程参与人发送bot通知,默认为trueneedNotification(Boolean needNotification) 删除日程是否给日程参与人发送bot通知,默认为true
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
needNotification
删除日程是否给日程参与人发送bot通知,默认为true示例值:false
- 参数:
needNotification-- 返回:
-
needNotification
public DeleteCalendarEventReq.Builder needNotification(DeleteCalendarEventNeedNotificationEnum needNotification) 删除日程是否给日程参与人发送bot通知,默认为true示例值:false
- 参数:
needNotification-DeleteCalendarEventNeedNotificationEnum- 返回:
-
calendarId
日历ID。参见[日历ID说明](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar/introduction)示例值:feishu.cn_xxxxxxxxxx@group.calendar.feishu.cn
- 参数:
calendarId-- 返回:
-
eventId
日程ID。参见[日程ID说明](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event/introduction)示例值:xxxxxxxxx_0
- 参数:
eventId-- 返回:
-
build
-