| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.helpdesk.v1.model | |
| com.lark.oapi.service.helpdesk.v1.resource |
| 限定符和类型 | 方法和说明 |
|---|---|
CancelSendNotificationReq |
CancelSendNotificationReq.Builder.build() |
| 限定符和类型 | 方法和说明 |
|---|---|
CancelSendNotificationResp |
Notification.cancelSend(CancelSendNotificationReq req)
取消推送,取消推送接口,审核通过后待调度可以调用,发送过程中可以调用(会撤回已发送的消息),发送完成后可以需要推送(会撤回所有已发送的消息)
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/notification/cancel_send ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/helpdeskv1/CancelSendNotificationSample.java ;
|
CancelSendNotificationResp |
Notification.cancelSend(CancelSendNotificationReq req,
RequestOptions reqOptions)
取消推送,取消推送接口,审核通过后待调度可以调用,发送过程中可以调用(会撤回已发送的消息),发送完成后可以需要推送(会撤回所有已发送的消息)
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/notification/cancel_send ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/helpdeskv1/CancelSendNotificationSample.java ;
|
Copyright © 2025. All rights reserved.