类 RoomStatus.Builder
java.lang.Object
com.lark.oapi.service.vc.v1.model.RoomStatus.Builder
- 封闭类:
RoomStatus
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()contactIds(String[] contactIds) 联系人列表,id类型由user_id_type参数决定disableEndTime(String disableEndTime) 禁用结束时间(unix时间,单位sec,数值0表示永久禁用)disableNotice(Boolean disableNotice) 是否在禁用时发送通知给预定了该会议室的员工disableReason(String disableReason) 禁用原因disableStartTime(String disableStartTime) 禁用开始时间(unix时间,单位sec)resumeNotice(Boolean resumeNotice) 是否在恢复启用时发送通知给联系人scheduleStatus(Boolean scheduleStatus) 会议室未来状态为启用或禁用是否启用会议室
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
status
是否启用会议室示例值:true
- 参数:
status-- 返回:
-
scheduleStatus
会议室未来状态为启用或禁用示例值:true
- 参数:
scheduleStatus-- 返回:
-
disableStartTime
禁用开始时间(unix时间,单位sec)示例值:1652356050
- 参数:
disableStartTime-- 返回:
-
disableEndTime
禁用结束时间(unix时间,单位sec,数值0表示永久禁用)示例值:1652442450
- 参数:
disableEndTime-- 返回:
-
disableReason
禁用原因示例值:测试占用
- 参数:
disableReason-- 返回:
-
contactIds
联系人列表,id类型由user_id_type参数决定示例值:["ou_3ec3f6a28a0d08c45d895276e8e5e19b"]
- 参数:
contactIds-- 返回:
-
disableNotice
是否在禁用时发送通知给预定了该会议室的员工示例值:true
- 参数:
disableNotice-- 返回:
-
resumeNotice
是否在恢复启用时发送通知给联系人示例值:true
- 参数:
resumeNotice-- 返回:
-
build
-