public static class PatchCommentReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
PatchCommentReq |
build() |
PatchCommentReq.Builder |
commentId(String commentId)
要更新的评论ID
示例值:7198104824246747156
|
PatchCommentReqBody |
getPatchCommentReqBody() |
PatchCommentReq.Builder |
patchCommentReqBody(PatchCommentReqBody body)
body
|
PatchCommentReq.Builder |
userIdType(String userIdType)
表示user的ID的类型,支持open_id, user_id, union_id
示例值:open_id
|
public PatchCommentReq.Builder userIdType(String userIdType)
示例值:open_id
userIdType - public PatchCommentReq.Builder commentId(String commentId)
示例值:7198104824246747156
commentId - public PatchCommentReqBody getPatchCommentReqBody()
public PatchCommentReq.Builder patchCommentReqBody(PatchCommentReqBody body)
body - public PatchCommentReq build()
Copyright © 2024. All rights reserved.