类 Comment.Builder
java.lang.Object
com.lark.oapi.service.approval.v4.model.Comment.Builder
- 封闭类:
Comment
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明atInfoList(CommentAtInfo[] atInfoList) 评论中艾特人信息build()commentator(String commentator) 评论创建人评论内容createTime(String createTime) 评论创建时间附加字段评论ID是否删除,0:未删除,1:已删除replies(CommentReply[] replies) 评论的回复updateTime(String updateTime) 评论更新时间
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
评论ID示例值:7081516627711524883
- 参数:
id-- 返回:
-
content
评论内容示例值:{\"text\":\"x@王某自小程序的评论111我带了附件,而且我艾特了人 \",\"files\":[{\"url\":\"https://xx-xxx-xxx.bytedance.net/lark-approval-attachment/image/20220401/1/d43216ca-93b5-43a8-8a34-23c66820463a.png~tplv-k7bg0smxju-image.image?x-orig-authkey=boeorigin\无效输入:'&x'-orig-expires=1650963890\无效输入:'&x'-orig-sign=668QhQbRSt6638x2Ws8wFI%2FxqVg%3D#.png\",\"fileSize\":155149,\"title\":\"9a9fedc5cfb01a4a20c715098.png\",\"type\":\"image\"}]}
- 参数:
content-- 返回:
-
createTime
评论创建时间示例值:1648801211000
- 参数:
createTime-- 返回:
-
updateTime
评论更新时间示例值:1648801211000
- 参数:
updateTime-- 返回:
-
isDelete
是否删除,0:未删除,1:已删除示例值:1
- 参数:
isDelete-- 返回:
-
replies
评论的回复示例值:
- 参数:
replies-- 返回:
-
atInfoList
评论中艾特人信息示例值:
- 参数:
atInfoList-- 返回:
-
commentator
评论创建人示例值:893g4c45
- 参数:
commentator-- 返回:
-
extra
附加字段示例值:{\"a\":\"a\"}
- 参数:
extra-- 返回:
-
build
-