public class DingTalkWebhookUtils extends Object
| 构造器和说明 |
|---|
DingTalkWebhookUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends ActionCardBtnImpl> |
sendActionCardBtnWebhook(T webhook)
钉钉机器人-链接消息推送
|
static <T extends ActionCardImpl> |
sendActionCardWebhook(T webhook)
钉钉机器人-链接消息推送
|
static <T extends FeedCardImpl> |
sendFeedCardWebhook(T webhook)
钉钉机器人-链接消息推送
|
static <T extends LinkImpl> |
sendLinkWebhook(T webhook)
钉钉机器人-链接消息推送
|
static <T extends MarkdownImpl> |
sendMarkdownWebhook(T webhook)
钉钉机器人-链接消息推送
|
static <T extends TextImpl> |
sendTextWebhook(T webhook)
钉钉机器人-纯文本消息推送
|
static <T extends AbstractConfig> |
sendWebhook(T webhook)
钉钉机器人-消息推送
|
public static <T extends AbstractConfig> DingTalkWebhookResponse sendWebhook(T webhook) throws MsToolsException
T - 实现类webhook - 信息MsToolsException - 异常public static <T extends FeedCardImpl> DingTalkWebhookResponse sendFeedCardWebhook(T webhook)
T - 实现类webhook - 接口实现类public static <T extends ActionCardImpl> DingTalkWebhookResponse sendActionCardWebhook(T webhook)
T - 实现类webhook - 接口实现类public static <T extends ActionCardBtnImpl> DingTalkWebhookResponse sendActionCardBtnWebhook(T webhook)
T - 实现类webhook - 接口实现类public static <T extends MarkdownImpl> DingTalkWebhookResponse sendMarkdownWebhook(T webhook)
T - 实现类webhook - 接口实现类public static <T extends LinkImpl> DingTalkWebhookResponse sendLinkWebhook(T webhook)
T - 实现类webhook - 接口实现类public static <T extends TextImpl> DingTalkWebhookResponse sendTextWebhook(T webhook)
T - 实现类webhook - 接口实现类Copyright © 2024. All rights reserved.