public static class PatchCommentReqBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
PatchCommentReqBody |
build() |
PatchCommentReqBody.Builder |
comment(InputComment comment)
要更新的评论数据,支持更新content, md_content
示例值:
|
PatchCommentReqBody.Builder |
updateFields(String[] updateFields)
要更新的字段
示例值:
|
public PatchCommentReqBody.Builder comment(InputComment comment)
示例值:
comment - public PatchCommentReqBody.Builder updateFields(String[] updateFields)
示例值:
updateFields - public PatchCommentReqBody build()
Copyright © 2025. All rights reserved.