public class UserMailboxDraft extends Object
UserMailboxDraft(Config config)
CreateUserMailboxDraftResp
create(CreateUserMailboxDraftReq req)
create(CreateUserMailboxDraftReq req, RequestOptions reqOptions)
DeleteUserMailboxDraftResp
delete(DeleteUserMailboxDraftReq req)
delete(DeleteUserMailboxDraftReq req, RequestOptions reqOptions)
GetUserMailboxDraftResp
get(GetUserMailboxDraftReq req)
get(GetUserMailboxDraftReq req, RequestOptions reqOptions)
ListUserMailboxDraftResp
list(ListUserMailboxDraftReq req)
list(ListUserMailboxDraftReq req, RequestOptions reqOptions)
SendUserMailboxDraftResp
send(SendUserMailboxDraftReq req)
send(SendUserMailboxDraftReq req, RequestOptions reqOptions)
UpdateUserMailboxDraftResp
update(UpdateUserMailboxDraftReq req)
update(UpdateUserMailboxDraftReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UserMailboxDraft(Config config)
public CreateUserMailboxDraftResp create(CreateUserMailboxDraftReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=mail&resource=user_mailbox.draft&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/mailv1/CreateUserMailboxDraftSample.java ;
Exception
public CreateUserMailboxDraftResp create(CreateUserMailboxDraftReq req) throws Exception
public DeleteUserMailboxDraftResp delete(DeleteUserMailboxDraftReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=mail&resource=user_mailbox.draft&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/mailv1/DeleteUserMailboxDraftSample.java ;
public DeleteUserMailboxDraftResp delete(DeleteUserMailboxDraftReq req) throws Exception
public GetUserMailboxDraftResp get(GetUserMailboxDraftReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=mail&resource=user_mailbox.draft&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/mailv1/GetUserMailboxDraftSample.java ;
public GetUserMailboxDraftResp get(GetUserMailboxDraftReq req) throws Exception
public ListUserMailboxDraftResp list(ListUserMailboxDraftReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=mail&resource=user_mailbox.draft&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/mailv1/ListUserMailboxDraftSample.java ;
public ListUserMailboxDraftResp list(ListUserMailboxDraftReq req) throws Exception
public SendUserMailboxDraftResp send(SendUserMailboxDraftReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=send&project=mail&resource=user_mailbox.draft&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/mailv1/SendUserMailboxDraftSample.java ;
public SendUserMailboxDraftResp send(SendUserMailboxDraftReq req) throws Exception
public UpdateUserMailboxDraftResp update(UpdateUserMailboxDraftReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=mail&resource=user_mailbox.draft&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/mailv1/UpdateUserMailboxDraftSample.java ;
public UpdateUserMailboxDraftResp update(UpdateUserMailboxDraftReq req) throws Exception
Copyright © 2026. All rights reserved.