public class RuleExternal extends Object
RuleExternal(Config config)
CreateRuleExternalResp
create(CreateRuleExternalReq req)
create(CreateRuleExternalReq req, RequestOptions reqOptions)
DeleteRuleExternalResp
delete(DeleteRuleExternalReq req)
delete(DeleteRuleExternalReq req, RequestOptions reqOptions)
DeviceBindRuleExternalResp
deviceBind(DeviceBindRuleExternalReq req)
deviceBind(DeviceBindRuleExternalReq req, RequestOptions reqOptions)
GetRuleExternalResp
get(GetRuleExternalReq req)
get(GetRuleExternalReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RuleExternal(Config config)
public CreateRuleExternalResp create(CreateRuleExternalReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=acs&resource=rule_external&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/acsv1/CreateRuleExternalSample.java ;
Exception
public CreateRuleExternalResp create(CreateRuleExternalReq req) throws Exception
public DeleteRuleExternalResp delete(DeleteRuleExternalReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=acs&resource=rule_external&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/acsv1/DeleteRuleExternalSample.java ;
public DeleteRuleExternalResp delete(DeleteRuleExternalReq req) throws Exception
public DeviceBindRuleExternalResp deviceBind(DeviceBindRuleExternalReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=device_bind&project=acs&resource=rule_external&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/acsv1/DeviceBindRuleExternalSample.java ;
public DeviceBindRuleExternalResp deviceBind(DeviceBindRuleExternalReq req) throws Exception
public GetRuleExternalResp get(GetRuleExternalReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=acs&resource=rule_external&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/acsv1/GetRuleExternalSample.java ;
public GetRuleExternalResp get(GetRuleExternalReq req) throws Exception
Copyright © 2025. All rights reserved.