public class UserMailboxMailContact extends Object
| 构造器和说明 |
|---|
UserMailboxMailContact(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateUserMailboxMailContactResp |
create(CreateUserMailboxMailContactReq req)
创建邮箱联系人,创建一个邮箱联系人
使用 tenant_access_token 时,需要申请邮箱联系人资源的数据权限。
|
CreateUserMailboxMailContactResp |
create(CreateUserMailboxMailContactReq req,
RequestOptions reqOptions)
创建邮箱联系人,创建一个邮箱联系人
使用 tenant_access_token 时,需要申请邮箱联系人资源的数据权限。
|
DeleteUserMailboxMailContactResp |
delete(DeleteUserMailboxMailContactReq req)
删除邮箱联系人,删除一个邮箱联系人
使用 tenant_access_token 时,需要申请邮箱联系人资源的数据权限。
|
DeleteUserMailboxMailContactResp |
delete(DeleteUserMailboxMailContactReq req,
RequestOptions reqOptions)
删除邮箱联系人,删除一个邮箱联系人
使用 tenant_access_token 时,需要申请邮箱联系人资源的数据权限。
|
ListUserMailboxMailContactResp |
list(ListUserMailboxMailContactReq req)
列出邮箱联系人,列出邮箱联系人列表
使用 tenant_access_token 时,需要申请邮箱联系人资源的数据权限。
|
ListUserMailboxMailContactResp |
list(ListUserMailboxMailContactReq req,
RequestOptions reqOptions)
列出邮箱联系人,列出邮箱联系人列表
使用 tenant_access_token 时,需要申请邮箱联系人资源的数据权限。
|
PatchUserMailboxMailContactResp |
patch(PatchUserMailboxMailContactReq req)
修改邮箱联系人信息,修改一个邮箱联系人的信息
使用 tenant_access_token 时,需要申请邮箱联系人资源的数据权限。
|
PatchUserMailboxMailContactResp |
patch(PatchUserMailboxMailContactReq req,
RequestOptions reqOptions)
修改邮箱联系人信息,修改一个邮箱联系人的信息
使用 tenant_access_token 时,需要申请邮箱联系人资源的数据权限。
|
public UserMailboxMailContact(Config config)
public CreateUserMailboxMailContactResp create(CreateUserMailboxMailContactReq req, RequestOptions reqOptions) throws Exception
使用 tenant_access_token 时,需要申请邮箱联系人资源的数据权限。 ;
Exceptionpublic CreateUserMailboxMailContactResp create(CreateUserMailboxMailContactReq req) throws Exception
使用 tenant_access_token 时,需要申请邮箱联系人资源的数据权限。 ;
Exceptionpublic DeleteUserMailboxMailContactResp delete(DeleteUserMailboxMailContactReq req, RequestOptions reqOptions) throws Exception
使用 tenant_access_token 时,需要申请邮箱联系人资源的数据权限。 ;
Exceptionpublic DeleteUserMailboxMailContactResp delete(DeleteUserMailboxMailContactReq req) throws Exception
使用 tenant_access_token 时,需要申请邮箱联系人资源的数据权限。 ;
Exceptionpublic ListUserMailboxMailContactResp list(ListUserMailboxMailContactReq req, RequestOptions reqOptions) throws Exception
使用 tenant_access_token 时,需要申请邮箱联系人资源的数据权限。 ;
Exceptionpublic ListUserMailboxMailContactResp list(ListUserMailboxMailContactReq req) throws Exception
使用 tenant_access_token 时,需要申请邮箱联系人资源的数据权限。 ;
Exceptionpublic PatchUserMailboxMailContactResp patch(PatchUserMailboxMailContactReq req, RequestOptions reqOptions) throws Exception
使用 tenant_access_token 时,需要申请邮箱联系人资源的数据权限。 ;
Exceptionpublic PatchUserMailboxMailContactResp patch(PatchUserMailboxMailContactReq req) throws Exception
使用 tenant_access_token 时,需要申请邮箱联系人资源的数据权限。 ;
ExceptionCopyright © 2026. All rights reserved.