类 OkrComment.Builder
java.lang.Object
com.lark.oapi.service.okr.v1.model.OkrComment.Builder
- 封闭类:
OkrComment
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()commentator(OkrObjectiveAlignedObjectiveOwner commentator) 评论人员commentTime(Integer commentTime) 全局评论时间 毫秒全局评论内容contentModifyTime(Integer contentModifyTime) 评论的被修改时间 0 表示未被修改过, ms级别时间戳全局评论IDlastModifier(OkrObjectiveAlignedObjectiveOwner lastModifier) 修改评论的用户solvedTime(Integer solvedTime) 评论被解决的时间 0 表示未解决过, ms级别时间戳
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
全局评论ID示例值:6976173067307927084
- 参数:
id-- 返回:
-
content
全局评论内容示例值:well done
- 参数:
content-- 返回:
-
commentTime
全局评论时间 毫秒示例值:1624267575928
- 参数:
commentTime-- 返回:
-
commentator
评论人员示例值:
- 参数:
commentator-- 返回:
-
lastModifier
修改评论的用户示例值:
- 参数:
lastModifier-- 返回:
-
contentModifyTime
评论的被修改时间 0 表示未被修改过, ms级别时间戳示例值:1624267575928
- 参数:
contentModifyTime-- 返回:
-
solvedTime
评论被解决的时间 0 表示未解决过, ms级别时间戳示例值:1624267575928
- 参数:
solvedTime-- 返回:
-
build
-