| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.approval.v4.model |
| 限定符和类型 | 方法和说明 |
|---|---|
CommentRequest.Builder |
CommentRequest.Builder.atInfoList(CommentAtInfo[] atInfoList)
评论中艾特人信息
示例值:
|
CommentRequest.Builder |
CommentRequest.Builder.commentId(String commentId)
评论 ID。
|
CommentRequest.Builder |
CommentRequest.Builder.content(String content)
评论内容,JSON 格式,传入时需要压缩转义为字符串。
|
CommentRequest.Builder |
CommentRequest.Builder.disableBot(Boolean disableBot)
是否不启用 Bot,取值为 true 时只同步数据,不触发 Bot。
|
CommentRequest.Builder |
CommentRequest.Builder.extra(String extra)
附加字段,JSON 格式,传入时需要压缩转义为字符串。
|
static CommentRequest.Builder |
CommentRequest.newBuilder() |
CommentRequest.Builder |
CommentRequest.Builder.parentCommentId(String parentCommentId)
父评论 ID,如果是回复评论,需要传入该值。
|
| 构造器和说明 |
|---|
CommentRequest(CommentRequest.Builder builder) |
Copyright © 2026. All rights reserved.