public static class UpdateFileCommentReplyReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateFileCommentReplyReq |
build() |
UpdateFileCommentReplyReq.Builder |
commentId(String commentId)
评论ID
示例值:6916106822734578184
|
UpdateFileCommentReplyReq.Builder |
fileToken(String fileToken)
文档token
示例值:doccnHh7U87HOFpii5u5G*****
|
UpdateFileCommentReplyReq.Builder |
fileType(String fileType)
文档类型
示例值:doc
|
UpdateFileCommentReplyReq.Builder |
fileType(UpdateFileCommentReplyFileTypeEnum fileType)
文档类型
示例值:doc
|
UpdateFileCommentReplyReqBody |
getUpdateFileCommentReplyReqBody() |
UpdateFileCommentReplyReq.Builder |
replyId(String replyId)
回复ID
示例值:6916106822734594568
|
UpdateFileCommentReplyReq.Builder |
updateFileCommentReplyReqBody(UpdateFileCommentReplyReqBody body)
body
|
UpdateFileCommentReplyReq.Builder |
userIdType(String userIdType)
此次调用中使用的用户ID的类型
示例值:
|
UpdateFileCommentReplyReq.Builder |
userIdType(UpdateFileCommentReplyUserIdTypeEnum userIdType)
此次调用中使用的用户ID的类型
示例值:
|
public UpdateFileCommentReplyReq.Builder fileType(String fileType)
示例值:doc
fileType - public UpdateFileCommentReplyReq.Builder fileType(UpdateFileCommentReplyFileTypeEnum fileType)
示例值:doc
fileType - UpdateFileCommentReplyFileTypeEnumpublic UpdateFileCommentReplyReq.Builder userIdType(String userIdType)
示例值:
userIdType - public UpdateFileCommentReplyReq.Builder userIdType(UpdateFileCommentReplyUserIdTypeEnum userIdType)
示例值:
userIdType - UpdateFileCommentReplyUserIdTypeEnumpublic UpdateFileCommentReplyReq.Builder fileToken(String fileToken)
示例值:doccnHh7U87HOFpii5u5G*****
fileToken - public UpdateFileCommentReplyReq.Builder commentId(String commentId)
示例值:6916106822734578184
commentId - public UpdateFileCommentReplyReq.Builder replyId(String replyId)
示例值:6916106822734594568
replyId - public UpdateFileCommentReplyReqBody getUpdateFileCommentReplyReqBody()
public UpdateFileCommentReplyReq.Builder updateFileCommentReplyReqBody(UpdateFileCommentReplyReqBody body)
body - public UpdateFileCommentReplyReq build()
Copyright © 2024. All rights reserved.