public class Room extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateRoomResp |
create(CreateRoomReq req)
创建会议室,该接口用于创建会议室。
|
CreateRoomResp |
create(CreateRoomReq req,
RequestOptions reqOptions)
创建会议室,该接口用于创建会议室。
|
DeleteRoomResp |
delete(DeleteRoomReq req)
删除会议室,该接口可以用来删除某个会议室。
|
DeleteRoomResp |
delete(DeleteRoomReq req,
RequestOptions reqOptions)
删除会议室,该接口可以用来删除某个会议室。
|
GetRoomResp |
get(GetRoomReq req)
查询会议室详情,该接口可以使用会议室 ID 查询会议室详情。
|
GetRoomResp |
get(GetRoomReq req,
RequestOptions reqOptions)
查询会议室详情,该接口可以使用会议室 ID 查询会议室详情。
|
ListRoomResp |
list(ListRoomReq req)
查询会议室列表,该接口可以用来查询某个会议室层级下会议室列表。
|
ListRoomResp |
list(ListRoomReq req,
RequestOptions reqOptions)
查询会议室列表,该接口可以用来查询某个会议室层级下会议室列表。
|
MgetRoomResp |
mget(MgetRoomReq req)
批量查询会议室详情,该接口可以使用会议室 ID 批量查询会议室详情。
|
MgetRoomResp |
mget(MgetRoomReq req,
RequestOptions reqOptions)
批量查询会议室详情,该接口可以使用会议室 ID 批量查询会议室详情。
|
PatchRoomResp |
patch(PatchRoomReq req)
更新会议室,该接口可以用来更新某个会议室的信息。
|
PatchRoomResp |
patch(PatchRoomReq req,
RequestOptions reqOptions)
更新会议室,该接口可以用来更新某个会议室的信息。
|
SearchRoomResp |
search(SearchRoomReq req)
搜索会议室,该接口可以用来搜索会议室,支持使用关键词进行搜索,也支持使用自定义会议室 ID 进行查询。
|
SearchRoomResp |
search(SearchRoomReq req,
RequestOptions reqOptions)
搜索会议室,该接口可以用来搜索会议室,支持使用关键词进行搜索,也支持使用自定义会议室 ID 进行查询。
|
public Room(Config config)
public CreateRoomResp create(CreateRoomReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=vc&resource=room&version=v1 ;
Exceptionpublic CreateRoomResp create(CreateRoomReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=vc&resource=room&version=v1 ;
Exceptionpublic DeleteRoomResp delete(DeleteRoomReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=vc&resource=room&version=v1 ;
Exceptionpublic DeleteRoomResp delete(DeleteRoomReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=vc&resource=room&version=v1 ;
Exceptionpublic GetRoomResp get(GetRoomReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=vc&resource=room&version=v1 ;
Exceptionpublic GetRoomResp get(GetRoomReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=vc&resource=room&version=v1 ;
Exceptionpublic ListRoomResp list(ListRoomReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=vc&resource=room&version=v1 ;
Exceptionpublic ListRoomResp list(ListRoomReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=vc&resource=room&version=v1 ;
Exceptionpublic MgetRoomResp mget(MgetRoomReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=mget&project=vc&resource=room&version=v1 ;
Exceptionpublic MgetRoomResp mget(MgetRoomReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=mget&project=vc&resource=room&version=v1 ;
Exceptionpublic PatchRoomResp patch(PatchRoomReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=vc&resource=room&version=v1 ;
Exceptionpublic PatchRoomResp patch(PatchRoomReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=vc&resource=room&version=v1 ;
Exceptionpublic SearchRoomResp search(SearchRoomReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=search&project=vc&resource=room&version=v1 ;
Exceptionpublic SearchRoomResp search(SearchRoomReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=search&project=vc&resource=room&version=v1 ;
ExceptionCopyright © 2026. All rights reserved.