类 MessageOverviewItem.Builder
java.lang.Object
com.lark.oapi.service.application.v6.model.MessageOverviewItem.Builder
- 封闭类:
MessageOverviewItem
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()chatType(MessageOverviewItemChatTypeEnum chatType) 聊天类型,大小写不敏感,private:私聊;group:群聊聊天类型,大小写不敏感,private:私聊;group:群聊eventType(MessageOverviewItemEventTypeEnum eventType) 事件类型事件类型messageType(MessageOverviewItemMessageTypeEnum messageType) 消息类型,大小写不敏感,text:文本消息;image:图片消息;interactive:卡片消息;post:富文本消息;share_chat:群名片messageType(String messageType) 消息类型,大小写不敏感,text:文本消息;image:图片消息;interactive:卡片消息;post:富文本消息;share_chat:群名片用户访问量uniqueVisitor(String uniqueVisitor) unique 访问量
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
pageView
用户访问量示例值:
- 参数:
pageView-- 返回:
-
uniqueVisitor
unique 访问量示例值:
- 参数:
uniqueVisitor-- 返回:
-
chatType
聊天类型,大小写不敏感,private:私聊;group:群聊示例值:
- 参数:
chatType-- 返回:
-
chatType
聊天类型,大小写不敏感,private:私聊;group:群聊示例值:
- 参数:
chatType-MessageOverviewItemChatTypeEnum- 返回:
-
messageType
消息类型,大小写不敏感,text:文本消息;image:图片消息;interactive:卡片消息;post:富文本消息;share_chat:群名片示例值:
- 参数:
messageType-- 返回:
-
messageType
消息类型,大小写不敏感,text:文本消息;image:图片消息;interactive:卡片消息;post:富文本消息;share_chat:群名片示例值:
- 参数:
messageType-MessageOverviewItemMessageTypeEnum- 返回:
-
eventType
事件类型示例值:
- 参数:
eventType-- 返回:
-
eventType
事件类型示例值:
- 参数:
eventType-MessageOverviewItemEventTypeEnum- 返回:
-
build
-