public static class FileCommentV2CreateReplyElement.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
FileCommentV2CreateReplyElement |
build() |
FileCommentV2CreateReplyElement.Builder |
link(String link)
跳转链接地址。
|
FileCommentV2CreateReplyElement.Builder |
mentionUser(String mentionUser)
被@用户的唯一标识。
|
FileCommentV2CreateReplyElement.Builder |
text(String text)
评论元素的文本内容。
|
FileCommentV2CreateReplyElement.Builder |
type(String type)
text | mention_user | link
示例值:text
|
public FileCommentV2CreateReplyElement.Builder type(String type)
示例值:text
type - public FileCommentV2CreateReplyElement.Builder text(String text)
示例值:请尽快处理这份文件的审批流程
text - public FileCommentV2CreateReplyElement.Builder mentionUser(String mentionUser)
示例值:ou_1234567890abcdef1234567890abcdef
mentionUser - public FileCommentV2CreateReplyElement.Builder link(String link)
示例值:https://example.com/docs/approval-guide
link - public FileCommentV2CreateReplyElement build()
Copyright © 2026. All rights reserved.