public class Draft extends Object
Draft(Config config)
CreateDraftResp
create(CreateDraftReq req)
create(CreateDraftReq req, RequestOptions reqOptions)
UpdateDraftResp
update(UpdateDraftReq req)
update(UpdateDraftReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Draft(Config config)
public CreateDraftResp create(CreateDraftReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=lingo&resource=draft&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/lingov1/CreateDraftSample.java ;
Exception
public CreateDraftResp create(CreateDraftReq req) throws Exception
public UpdateDraftResp update(UpdateDraftReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=lingo&resource=draft&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/lingov1/UpdateDraftSample.java ;
public UpdateDraftResp update(UpdateDraftReq req) throws Exception
Copyright © 2024. All rights reserved.