public class Event extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SubscribeEventResp |
subscribe(SubscribeEventReq req)
|
SubscribeEventResp |
subscribe(SubscribeEventReq req,
RequestOptions reqOptions)
|
UnsubscribeEventResp |
unsubscribe(UnsubscribeEventReq req)
|
UnsubscribeEventResp |
unsubscribe(UnsubscribeEventReq req,
RequestOptions reqOptions)
|
public Event(Config config)
public SubscribeEventResp subscribe(SubscribeEventReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/event/subscribe ;
Exceptionpublic SubscribeEventResp subscribe(SubscribeEventReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/event/subscribe ;
Exceptionpublic UnsubscribeEventResp unsubscribe(UnsubscribeEventReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/event/unsubscribe ;
Exceptionpublic UnsubscribeEventResp unsubscribe(UnsubscribeEventReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/event/unsubscribe ;
ExceptionCopyright © 2025. All rights reserved.