public class PatchUserMailboxLabelReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PatchUserMailboxLabelReq.Builder |
| 构造器和说明 |
|---|
PatchUserMailboxLabelReq() |
PatchUserMailboxLabelReq(PatchUserMailboxLabelReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getLabelId() |
PatchUserMailboxLabelReqBody |
getPatchUserMailboxLabelReqBody() |
String |
getUserMailboxId() |
static PatchUserMailboxLabelReq.Builder |
newBuilder() |
void |
setLabelId(String labelId) |
void |
setPatchUserMailboxLabelReqBody(PatchUserMailboxLabelReqBody body) |
void |
setUserMailboxId(String userMailboxId) |
public PatchUserMailboxLabelReq()
public PatchUserMailboxLabelReq(PatchUserMailboxLabelReq.Builder builder)
public static PatchUserMailboxLabelReq.Builder newBuilder()
public String getUserMailboxId()
public void setUserMailboxId(String userMailboxId)
public String getLabelId()
public void setLabelId(String labelId)
public PatchUserMailboxLabelReqBody getPatchUserMailboxLabelReqBody()
public void setPatchUserMailboxLabelReqBody(PatchUserMailboxLabelReqBody body)
Copyright © 2026. All rights reserved.