public class Reserve extends Object
public Reserve(Config config)
public ApplyReserveResp apply(ApplyReserveReq req, RequestOptions reqOptions) throws Exception
支持预约最近30天内的会议(到期时间距离当前时间不超过30天),预约到期后会议号将被释放,如需继续使用可通过"更新预约"接口进行续期;预约会议时可配置参会人在会中的权限,以达到控制会议的目的 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/vc-v1/reserve/apply ;
Exceptionpublic ApplyReserveResp apply(ApplyReserveReq req) throws Exception
支持预约最近30天内的会议(到期时间距离当前时间不超过30天),预约到期后会议号将被释放,如需继续使用可通过"更新预约"接口进行续期;预约会议时可配置参会人在会中的权限,以达到控制会议的目的 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/vc-v1/reserve/apply ;
Exceptionpublic DeleteReserveResp delete(DeleteReserveReq req, RequestOptions reqOptions) throws Exception
只能删除归属于自己的预约;删除后数据不可恢复 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/vc-v1/reserve/delete ;
Exceptionpublic DeleteReserveResp delete(DeleteReserveReq req) throws Exception
只能删除归属于自己的预约;删除后数据不可恢复 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/vc-v1/reserve/delete ;
Exceptionpublic GetReserveResp get(GetReserveReq req, RequestOptions reqOptions) throws Exception
只能获取归属于自己的预约 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/vc-v1/reserve/get ;
Exceptionpublic GetReserveResp get(GetReserveReq req) throws Exception
只能获取归属于自己的预约 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/vc-v1/reserve/get ;
Exceptionpublic GetActiveMeetingReserveResp getActiveMeeting(GetActiveMeetingReserveReq req, RequestOptions reqOptions) throws Exception
只能获取归属于自己的预约的活跃会议(一个预约最多有一个正在进行中的会议) ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/vc-v1/reserve/get_active_meeting ;
Exceptionpublic GetActiveMeetingReserveResp getActiveMeeting(GetActiveMeetingReserveReq req) throws Exception
只能获取归属于自己的预约的活跃会议(一个预约最多有一个正在进行中的会议) ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/vc-v1/reserve/get_active_meeting ;
Exceptionpublic UpdateReserveResp update(UpdateReserveReq req, RequestOptions reqOptions) throws Exception
只能更新归属于自己的预约,不需要更新的字段不传(如果传空则会被更新为空);可用于续期操作,到期时间距离当前时间不超过30天 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/vc-v1/reserve/update ;
Exceptionpublic UpdateReserveResp update(UpdateReserveReq req) throws Exception
只能更新归属于自己的预约,不需要更新的字段不传(如果传空则会被更新为空);可用于续期操作,到期时间距离当前时间不超过30天 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/vc-v1/reserve/update ;
ExceptionCopyright © 2024. All rights reserved.