类 FileCommentReply.Builder
java.lang.Object
com.lark.oapi.service.drive.v1.model.FileCommentReply.Builder
- 封闭类:
FileCommentReply
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()content(ReplyContent content) 回复内容createTime(Integer createTime) 创建时间extra(ReplyExtra extra) 回复的其他内容,图片token等回复IDupdateTime(Integer updateTime) 更新时间用户ID
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
content
回复内容示例值:
- 参数:
content-- 返回:
-
replyId
回复ID示例值:6916106822734512356
- 参数:
replyId-- 返回:
-
userId
用户ID示例值:ou_cc19b2bfb93f8a44db4b4d6eab2abcef
- 参数:
userId-- 返回:
-
createTime
创建时间示例值:1610281603
- 参数:
createTime-- 返回:
-
updateTime
更新时间示例值:1610281603
- 参数:
updateTime-- 返回:
-
extra
回复的其他内容,图片token等示例值:
- 参数:
extra-- 返回:
-
build
-