跳过导航链接
A B C D E F G H I L M R S T V 

A

ActionCardButton - cn.snowheart.dingtalk.robot.starter.entity中的类
跳转卡片中的按钮实体类
ActionCardButton() - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.ActionCardButton
 
ActionCardButton(String, String) - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.ActionCardButton
 
ActionCardMessage - cn.snowheart.dingtalk.robot.starter.entity中的类
跳转卡片类型
ActionCardMessage() - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.ActionCardMessage
 
ActionCardMessage(String, String) - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.ActionCardMessage
 
ActionCardMessage(String, String, HideAvatarType) - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.ActionCardMessage
 
ActionCardMessage(String, String, ActionCardButton) - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.ActionCardMessage
 
ActionCardMessage(String, String, HideAvatarType, ActionCardButton) - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.ActionCardMessage
 
addButton(ActionCardButton) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.ActionCardMessage
增加操作按钮
addFeedCardItem(FeedCardMessageItem) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.FeedCardMessage
 

B

BaseMessage - cn.snowheart.dingtalk.robot.starter.entity中的类
请求消息的抽象类
BaseMessage() - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.BaseMessage
 
ButtonOrientationType - cn.snowheart.dingtalk.robot.starter.type中的枚举
ActionCard消息按钮布局枚举值

C

cn.snowheart.dingtalk.robot.starter.autoconfiguration - 程序包 cn.snowheart.dingtalk.robot.starter.autoconfiguration
 
cn.snowheart.dingtalk.robot.starter.client - 程序包 cn.snowheart.dingtalk.robot.starter.client
 
cn.snowheart.dingtalk.robot.starter.entity - 程序包 cn.snowheart.dingtalk.robot.starter.entity
 
cn.snowheart.dingtalk.robot.starter.exception - 程序包 cn.snowheart.dingtalk.robot.starter.exception
 
cn.snowheart.dingtalk.robot.starter.type - 程序包 cn.snowheart.dingtalk.robot.starter.type
 
cn.snowheart.dingtalk.robot.starter.util - 程序包 cn.snowheart.dingtalk.robot.starter.util
 

D

defaultReadButton(String) - 类 中的静态方法cn.snowheart.dingtalk.robot.starter.entity.ActionCardButton
 
DingTalkException - cn.snowheart.dingtalk.robot.starter.exception中的异常错误
自定义报错
DingTalkException() - 异常错误 的构造器cn.snowheart.dingtalk.robot.starter.exception.DingTalkException
 
DingTalkException(Integer, String) - 异常错误 的构造器cn.snowheart.dingtalk.robot.starter.exception.DingTalkException
 
DingTalkResponse - cn.snowheart.dingtalk.robot.starter.entity中的类
钉钉返回的消息体,可以根据errcode和errmsg
DingTalkResponse() - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.DingTalkResponse
 
DingTalkRobotAutoConfiguration - cn.snowheart.dingtalk.robot.starter.autoconfiguration中的类
DingTalk机器人的AutoConfiguration,默认自动化加载一些配置
DingTalkRobotAutoConfiguration() - 类 的构造器cn.snowheart.dingtalk.robot.starter.autoconfiguration.DingTalkRobotAutoConfiguration
 
dingTalkRobotClient() - 类 中的方法cn.snowheart.dingtalk.robot.starter.autoconfiguration.DingTalkRobotAutoConfiguration
创建钉钉机器人本地调用客户端,并注册到Spring容器
DingTalkRobotClient - cn.snowheart.dingtalk.robot.starter.client中的类
钉钉机器人客户端
DingTalkRobotClient() - 类 的构造器cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
 
dingTalkRobotProperties() - 类 中的方法cn.snowheart.dingtalk.robot.starter.autoconfiguration.DingTalkRobotAutoConfiguration
创建DingTalkRobotProperties对象,读取application.yaml中配置,并注册到Spring容器
DingTalkRobotProperties - cn.snowheart.dingtalk.robot.starter.autoconfiguration中的类
加载配置在application.yaml中的配置属性
DingTalkRobotProperties() - 类 的构造器cn.snowheart.dingtalk.robot.starter.autoconfiguration.DingTalkRobotProperties
 
dingTalkRobotRestTemplate() - 类 中的方法cn.snowheart.dingtalk.robot.starter.autoconfiguration.DingTalkRobotAutoConfiguration
创建一个RestTemplate客户端,并注册到Spring容器,供后续程序调用

E

EnabledDingTalkRobot - cn.snowheart.dingtalk.robot.starter.autoconfiguration中的注释类型
DingTalk机器人的Enable注解

F

FeedCardMessage - cn.snowheart.dingtalk.robot.starter.entity中的类
消息卡片类型Message
FeedCardMessage() - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.FeedCardMessage
 
FeedCardMessage(List<FeedCardMessageItem>) - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.FeedCardMessage
 
FeedCardMessageItem - cn.snowheart.dingtalk.robot.starter.entity中的类
消息卡片中的明细条目
FeedCardMessageItem() - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.FeedCardMessageItem
 
FeedCardMessageItem(String, String, String) - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.FeedCardMessageItem
 

G

getActionURL() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.ActionCardButton
 
getAtMobiles() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.MarkdownMessage
 
getAtMobiles() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.TextMessage
 
getBtnOrientation() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.ActionCardMessage
 
getButtons() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.ActionCardMessage
 
getComment() - 枚举 中的方法cn.snowheart.dingtalk.robot.starter.type.ButtonOrientationType
 
getComment() - 枚举 中的方法cn.snowheart.dingtalk.robot.starter.type.HideAvatarType
 
getContent() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.TextMessage
 
getErrcode() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.DingTalkResponse
 
getErrcode() - 异常错误 中的方法cn.snowheart.dingtalk.robot.starter.exception.DingTalkException
 
getErrmsg() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.DingTalkResponse
 
getErrmsg() - 异常错误 中的方法cn.snowheart.dingtalk.robot.starter.exception.DingTalkException
 
getFeedCardItems() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.FeedCardMessage
 
getHideAvatar() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.ActionCardMessage
 
getIsAtAll() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.MarkdownMessage
 
getIsAtAll() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.TextMessage
 
getMessageURL() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.FeedCardMessageItem
 
getMessageUrl() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.LinkMessage
 
getMsgtype() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.BaseMessage
 
getPicURL() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.FeedCardMessageItem
 
getPicUrl() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.LinkMessage
 
getText() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.ActionCardMessage
 
getText() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.LinkMessage
 
getText() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.MarkdownMessage
 
getTitle() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.ActionCardButton
 
getTitle() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.ActionCardMessage
 
getTitle() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.FeedCardMessageItem
 
getTitle() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.LinkMessage
 
getTitle() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.MarkdownMessage
 
getValue() - 枚举 中的方法cn.snowheart.dingtalk.robot.starter.type.ButtonOrientationType
 
getValue() - 枚举 中的方法cn.snowheart.dingtalk.robot.starter.type.HideAvatarType
 
getValue() - 枚举 中的方法cn.snowheart.dingtalk.robot.starter.type.ResponseCodeType
 
getWebhook() - 类 中的方法cn.snowheart.dingtalk.robot.starter.autoconfiguration.DingTalkRobotProperties
 

H

HideAvatarType - cn.snowheart.dingtalk.robot.starter.type中的枚举
ActionCard消息是否隐藏头像枚举值

I

init() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.ActionCardMessage
 
init() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.BaseMessage
初始化MmessageType方法
init() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.FeedCardMessage
 
init() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.LinkMessage
 
init() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.MarkdownMessage
 
init() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.TextMessage
 
isButtonView() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.ActionCardMessage
 
isEmpty(String) - 类 中的静态方法cn.snowheart.dingtalk.robot.starter.util.StringUtil
判空
isNotEmpty(String) - 类 中的静态方法cn.snowheart.dingtalk.robot.starter.util.StringUtil
判非空

L

LinkMessage - cn.snowheart.dingtalk.robot.starter.entity中的类
链接消息类型
LinkMessage() - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.LinkMessage
 
LinkMessage(String, String, String) - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.LinkMessage
 
LinkMessage(String, String, String, String) - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.LinkMessage
 

M

MarkdownMessage - cn.snowheart.dingtalk.robot.starter.entity中的类
Markdown消息类型
MarkdownMessage() - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.MarkdownMessage
 
MarkdownMessage(String, String) - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.MarkdownMessage
 
MarkdownMessage(String, String, String[]) - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.MarkdownMessage
 
MarkdownMessage(String, String, boolean) - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.MarkdownMessage
 
MessageType - cn.snowheart.dingtalk.robot.starter.type中的枚举
定义消息类型,目前有文本、链接、MarkDown、跳转卡片、消息卡片五种枚举值
msgtype - 类 中的变量cn.snowheart.dingtalk.robot.starter.entity.BaseMessage
消息类型

R

ResponseCodeType - cn.snowheart.dingtalk.robot.starter.type中的枚举
自定义接口返回类型

S

sendActionCardMessage(ActionCardMessage) - 类 中的方法cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
发送ActionCard消息到钉钉
sendActionCardMessage(String, String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
发送ActionCard消息到钉钉
sendActionCardMessage(String, String, HideAvatarType) - 类 中的方法cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
发送ActionCard消息到钉钉
sendActionCardMessage(String, String, ActionCardButton) - 类 中的方法cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
发送ActionCard消息到钉钉
sendActionCardMessage(String, String, HideAvatarType, ActionCardButton) - 类 中的方法cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
发送ActionCard消息到钉钉
sendFeedCardMessage(FeedCardMessage) - 类 中的方法cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
发送FeedCard消息到钉钉
sendFeedCardMessage(List<FeedCardMessageItem>) - 类 中的方法cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
发送FeedCard消息到钉钉
sendLinkMessage(LinkMessage) - 类 中的方法cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
发送Link消息到钉钉
sendLinkMessage(String, String, String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
发送Link消息到钉钉
sendLinkMessage(String, String, String, String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
发送Link消息到钉钉
sendMarkdownMessage(MarkdownMessage) - 类 中的方法cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
发送MarkDown消息到钉钉
sendMarkdownMessage(String, String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
发送MarkDown消息到钉钉
sendMarkdownMessage(String, String, String[]) - 类 中的方法cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
发送MarkDown消息到钉钉
sendMarkdownMessage(String, String, boolean) - 类 中的方法cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
发送MarkDown消息到钉钉
sendMessage(BaseMessage) - 类 中的方法cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
发送WebHook消息到钉钉
sendTextMessage(TextMessage) - 类 中的方法cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
发送文本消息到钉钉
sendTextMessage(String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
发送文本消息到钉钉
sendTextMessage(String, String[]) - 类 中的方法cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
发送文本消息到钉钉
sendTextMessage(String, boolean) - 类 中的方法cn.snowheart.dingtalk.robot.starter.client.DingTalkRobotClient
发送文本消息到钉钉
setActionURL(String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.ActionCardButton
 
setAtMobiles(String[]) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.MarkdownMessage
 
setAtMobiles(String[]) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.TextMessage
 
setBtnOrientation(ButtonOrientationType) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.ActionCardMessage
 
setButtonView(boolean) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.ActionCardMessage
 
setContent(String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.TextMessage
 
setErrcode(Integer) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.DingTalkResponse
 
setErrmsg(String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.DingTalkResponse
 
setHideAvatar(HideAvatarType) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.ActionCardMessage
 
setIsAtAll(boolean) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.MarkdownMessage
 
setIsAtAll(boolean) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.TextMessage
 
setMessageURL(String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.FeedCardMessageItem
 
setMessageUrl(String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.LinkMessage
 
setPicURL(String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.FeedCardMessageItem
 
setPicUrl(String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.LinkMessage
 
setText(String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.ActionCardMessage
 
setText(String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.LinkMessage
 
setText(String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.MarkdownMessage
 
setTitle(String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.ActionCardButton
 
setTitle(String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.ActionCardMessage
 
setTitle(String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.FeedCardMessageItem
 
setTitle(String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.LinkMessage
 
setTitle(String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.MarkdownMessage
 
setWebhook(String) - 类 中的方法cn.snowheart.dingtalk.robot.starter.autoconfiguration.DingTalkRobotProperties
 
StringUtil - cn.snowheart.dingtalk.robot.starter.util中的类
针对String的util类
StringUtil() - 类 的构造器cn.snowheart.dingtalk.robot.starter.util.StringUtil
 

T

TextMessage - cn.snowheart.dingtalk.robot.starter.entity中的类
文本请求消息
TextMessage() - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.TextMessage
 
TextMessage(String) - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.TextMessage
 
TextMessage(String, String[]) - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.TextMessage
 
TextMessage(String, boolean) - 类 的构造器cn.snowheart.dingtalk.robot.starter.entity.TextMessage
 
toMessageMap() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.ActionCardMessage
 
toMessageMap() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.BaseMessage
返回Message对象组装出来的Map对象,供后续JSON序列化
toMessageMap() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.FeedCardMessage
 
toMessageMap() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.LinkMessage
 
toMessageMap() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.MarkdownMessage
 
toMessageMap() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.TextMessage
 
toString() - 类 中的方法cn.snowheart.dingtalk.robot.starter.entity.DingTalkResponse
 

V

valueOf(String) - 枚举 中的静态方法cn.snowheart.dingtalk.robot.starter.type.ButtonOrientationType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.snowheart.dingtalk.robot.starter.type.HideAvatarType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.snowheart.dingtalk.robot.starter.type.MessageType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.snowheart.dingtalk.robot.starter.type.ResponseCodeType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.snowheart.dingtalk.robot.starter.type.ButtonOrientationType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.snowheart.dingtalk.robot.starter.type.HideAvatarType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.snowheart.dingtalk.robot.starter.type.MessageType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.snowheart.dingtalk.robot.starter.type.ResponseCodeType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D E F G H I L M R S T V 
跳过导航链接

Copyright © 2018. All rights reserved.