public static class BatchQueryFileCommentReqBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchQueryFileCommentReqBody |
build() |
BatchQueryFileCommentReqBody.Builder |
commentIds(String[] commentIds)
需要获取数据的评论 ID ,可通过调用获取云文档所有评论接口获取 comment_id,允许的最大元素个数为100
示例值:1654857036541825633
|
BatchQueryFileCommentReqBody.Builder |
needReaction(Boolean needReaction)
是否需要获取评论卡片上挂载的Reaction数据,默认值为false
示例值:
|
BatchQueryFileCommentReqBody.Builder |
needRelation(Boolean needRelation)
是否需要获取评论关系
示例值:
|
public BatchQueryFileCommentReqBody.Builder commentIds(String[] commentIds)
示例值:1654857036541825633
commentIds - public BatchQueryFileCommentReqBody.Builder needReaction(Boolean needReaction)
示例值:
needReaction - public BatchQueryFileCommentReqBody.Builder needRelation(Boolean needRelation)
示例值:
needRelation - public BatchQueryFileCommentReqBody build()
Copyright © 2026. All rights reserved.