类 InstanceComment.Builder
java.lang.Object
com.lark.oapi.service.approval.v4.model.InstanceComment.Builder
- 封闭类:
InstanceComment
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()评论内容createTime(String createTime) 1564590532967评论附件评论 id发表评论用户 open id发表评论用户
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
评论 id示例值:1234
- 参数:
id-- 返回:
-
userId
发表评论用户示例值:f7cb567e
- 参数:
userId-- 返回:
-
openId
发表评论用户 open id示例值:ou_123456
- 参数:
openId-- 返回:
-
comment
评论内容示例值:ok
- 参数:
comment-- 返回:
-
createTime
1564590532967示例值:评论时间
- 参数:
createTime-- 返回:
-
files
评论附件示例值:
- 参数:
files-- 返回:
-
build
-