public static class PatchNoteReqBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
PatchNoteReqBody |
build() |
PatchNoteReqBody.Builder |
content(String content)
备注内容
示例值:111
|
PatchNoteReqBody.Builder |
mentionEntityList(MentionEntity[] mentionEntityList)
被@用户列表
示例值:
|
PatchNoteReqBody.Builder |
notifyMentionedUser(Boolean notifyMentionedUser)
是否通知被@的用户
示例值:false
|
PatchNoteReqBody.Builder |
operatorId(String operatorId)
更新人 ID
示例值:ou_f476cb099ac9227c9bae09ce46112579
|
public PatchNoteReqBody.Builder content(String content)
示例值:111
content - public PatchNoteReqBody.Builder operatorId(String operatorId)
示例值:ou_f476cb099ac9227c9bae09ce46112579
operatorId - public PatchNoteReqBody.Builder notifyMentionedUser(Boolean notifyMentionedUser)
示例值:false
notifyMentionedUser - public PatchNoteReqBody.Builder mentionEntityList(MentionEntity[] mentionEntityList)
示例值:
mentionEntityList - public PatchNoteReqBody build()
Copyright © 2025. All rights reserved.