| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.task.v1.model |
| 限定符和类型 | 方法和说明 |
|---|---|
Comment.Builder |
Comment.Builder.content(String content)
评论内容。
|
Comment.Builder |
Comment.Builder.createMilliTime(String createMilliTime)
评论创建的时间戳,单位为毫秒,用于展示,创建时不用填写
示例值:1657075055135
|
Comment.Builder |
Comment.Builder.creatorId(String creatorId)
评论的创建者 ID。
|
Comment.Builder |
Comment.Builder.id(String id)
评论ID,由飞书服务器发号
示例值:6937231762296684564
|
static Comment.Builder |
Comment.newBuilder() |
Comment.Builder |
Comment.Builder.parentId(String parentId)
评论的父ID,创建评论时若不为空则为某条评论的回复,若为空则不是回复
示例值:6937231762296684564
|
Comment.Builder |
Comment.Builder.richContent(String richContent)
富文本评论内容。
|
| 构造器和说明 |
|---|
Comment(Comment.Builder builder) |
Copyright © 2022. All rights reserved.