public class TripartiteAgreement extends Object
TripartiteAgreement(Config config)
CreateTripartiteAgreementResp
create(CreateTripartiteAgreementReq req)
create(CreateTripartiteAgreementReq req, RequestOptions reqOptions)
DeleteTripartiteAgreementResp
delete(DeleteTripartiteAgreementReq req)
delete(DeleteTripartiteAgreementReq req, RequestOptions reqOptions)
ListTripartiteAgreementResp
list(ListTripartiteAgreementReq req)
list(ListTripartiteAgreementReq req, RequestOptions reqOptions)
UpdateTripartiteAgreementResp
update(UpdateTripartiteAgreementReq req)
update(UpdateTripartiteAgreementReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TripartiteAgreement(Config config)
public CreateTripartiteAgreementResp create(CreateTripartiteAgreementReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=hire&resource=tripartite_agreement&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/CreateTripartiteAgreementSample.java ;
Exception
public CreateTripartiteAgreementResp create(CreateTripartiteAgreementReq req) throws Exception
public DeleteTripartiteAgreementResp delete(DeleteTripartiteAgreementReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=hire&resource=tripartite_agreement&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/DeleteTripartiteAgreementSample.java ;
public DeleteTripartiteAgreementResp delete(DeleteTripartiteAgreementReq req) throws Exception
public ListTripartiteAgreementResp list(ListTripartiteAgreementReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=hire&resource=tripartite_agreement&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/ListTripartiteAgreementSample.java ;
public ListTripartiteAgreementResp list(ListTripartiteAgreementReq req) throws Exception
public UpdateTripartiteAgreementResp update(UpdateTripartiteAgreementReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=hire&resource=tripartite_agreement&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/UpdateTripartiteAgreementSample.java ;
public UpdateTripartiteAgreementResp update(UpdateTripartiteAgreementReq req) throws Exception
Copyright © 2025. All rights reserved.