public class ReferralAccount extends Object
ReferralAccount(Config config)
CreateReferralAccountResp
create(CreateReferralAccountReq req)
create(CreateReferralAccountReq req, RequestOptions reqOptions)
DeactivateReferralAccountResp
deactivate(DeactivateReferralAccountReq req)
deactivate(DeactivateReferralAccountReq req, RequestOptions reqOptions)
ReconciliationReferralAccountResp
reconciliation(ReconciliationReferralAccountReq req)
reconciliation(ReconciliationReferralAccountReq req, RequestOptions reqOptions)
WithdrawReferralAccountResp
withdraw(WithdrawReferralAccountReq req)
withdraw(WithdrawReferralAccountReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReferralAccount(Config config)
public CreateReferralAccountResp create(CreateReferralAccountReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=hire&resource=referral_account&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/CreateReferralAccountSample.java ;
Exception
public CreateReferralAccountResp create(CreateReferralAccountReq req) throws Exception
public DeactivateReferralAccountResp deactivate(DeactivateReferralAccountReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=deactivate&project=hire&resource=referral_account&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/DeactivateReferralAccountSample.java ;
public DeactivateReferralAccountResp deactivate(DeactivateReferralAccountReq req) throws Exception
public ReconciliationReferralAccountResp reconciliation(ReconciliationReferralAccountReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=reconciliation&project=hire&resource=referral_account&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/ReconciliationReferralAccountSample.java ;
public ReconciliationReferralAccountResp reconciliation(ReconciliationReferralAccountReq req) throws Exception
public WithdrawReferralAccountResp withdraw(WithdrawReferralAccountReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=withdraw&project=hire&resource=referral_account&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/WithdrawReferralAccountSample.java ;
public WithdrawReferralAccountResp withdraw(WithdrawReferralAccountReq req) throws Exception
Copyright © 2024. All rights reserved.