public class UserMailboxLabel extends Object
UserMailboxLabel(Config config)
CreateUserMailboxLabelResp
create(CreateUserMailboxLabelReq req)
create(CreateUserMailboxLabelReq req, RequestOptions reqOptions)
DeleteUserMailboxLabelResp
delete(DeleteUserMailboxLabelReq req)
delete(DeleteUserMailboxLabelReq req, RequestOptions reqOptions)
GetUserMailboxLabelResp
get(GetUserMailboxLabelReq req)
get(GetUserMailboxLabelReq req, RequestOptions reqOptions)
ListUserMailboxLabelResp
list(ListUserMailboxLabelReq req)
list(ListUserMailboxLabelReq req, RequestOptions reqOptions)
PatchUserMailboxLabelResp
patch(PatchUserMailboxLabelReq req)
patch(PatchUserMailboxLabelReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UserMailboxLabel(Config config)
public CreateUserMailboxLabelResp create(CreateUserMailboxLabelReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=mail&resource=user_mailbox.label&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/mailv1/CreateUserMailboxLabelSample.java ;
Exception
public CreateUserMailboxLabelResp create(CreateUserMailboxLabelReq req) throws Exception
public DeleteUserMailboxLabelResp delete(DeleteUserMailboxLabelReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=mail&resource=user_mailbox.label&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/mailv1/DeleteUserMailboxLabelSample.java ;
public DeleteUserMailboxLabelResp delete(DeleteUserMailboxLabelReq req) throws Exception
public GetUserMailboxLabelResp get(GetUserMailboxLabelReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=mail&resource=user_mailbox.label&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/mailv1/GetUserMailboxLabelSample.java ;
public GetUserMailboxLabelResp get(GetUserMailboxLabelReq req) throws Exception
public ListUserMailboxLabelResp list(ListUserMailboxLabelReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=mail&resource=user_mailbox.label&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/mailv1/ListUserMailboxLabelSample.java ;
public ListUserMailboxLabelResp list(ListUserMailboxLabelReq req) throws Exception
public PatchUserMailboxLabelResp patch(PatchUserMailboxLabelReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=mail&resource=user_mailbox.label&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/mailv1/PatchUserMailboxLabelSample.java ;
public PatchUserMailboxLabelResp patch(PatchUserMailboxLabelReq req) throws Exception
Copyright © 2026. All rights reserved.