public static class PatchUserMailboxLabelReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
PatchUserMailboxLabelReq |
build() |
PatchUserMailboxLabelReqBody |
getPatchUserMailboxLabelReqBody() |
PatchUserMailboxLabelReq.Builder |
labelId(String labelId)
标签ID,创建标签成功后返回的标签ID,或可通过列出标签、获取邮件详情等接口获得
示例值:7620003644728938013
|
PatchUserMailboxLabelReq.Builder |
patchUserMailboxLabelReqBody(PatchUserMailboxLabelReqBody body)
body
|
PatchUserMailboxLabelReq.Builder |
userMailboxId(String userMailboxId)
用户邮箱地址。
|
public PatchUserMailboxLabelReq.Builder userMailboxId(String userMailboxId)
示例值:user@xxx.xx 或 me
userMailboxId - public PatchUserMailboxLabelReq.Builder labelId(String labelId)
示例值:7620003644728938013
labelId - public PatchUserMailboxLabelReqBody getPatchUserMailboxLabelReqBody()
public PatchUserMailboxLabelReq.Builder patchUserMailboxLabelReqBody(PatchUserMailboxLabelReqBody body)
body - public PatchUserMailboxLabelReq build()
Copyright © 2026. All rights reserved.