public static class VcService.RoomConfig extends Object
RoomConfig(Config config)
QueryRoomConfigResp
query(QueryRoomConfigReq req)
query(QueryRoomConfigReq req, RequestOptions reqOptions)
SetRoomConfigResp
set(SetRoomConfigReq req)
set(SetRoomConfigReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RoomConfig(Config config)
public QueryRoomConfigResp query(QueryRoomConfigReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=query&project=vc&resource=room_config&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/vcv1/QueryRoomConfigSample.java ;
Exception
public QueryRoomConfigResp query(QueryRoomConfigReq req) throws Exception
public SetRoomConfigResp set(SetRoomConfigReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=set&project=vc&resource=room_config&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/vcv1/SetRoomConfigSample.java ;
public SetRoomConfigResp set(SetRoomConfigReq req) throws Exception
Copyright © 2022. All rights reserved.