public class RecurringPayment extends Object
RecurringPayment(Config config)
BatchCreateRecurringPaymentResp
batchCreate(BatchCreateRecurringPaymentReq req)
batchCreate(BatchCreateRecurringPaymentReq req, RequestOptions reqOptions)
BatchRemoveRecurringPaymentResp
batchRemove(BatchRemoveRecurringPaymentReq req)
batchRemove(BatchRemoveRecurringPaymentReq req, RequestOptions reqOptions)
BatchUpdateRecurringPaymentResp
batchUpdate(BatchUpdateRecurringPaymentReq req)
batchUpdate(BatchUpdateRecurringPaymentReq req, RequestOptions reqOptions)
QueryRecurringPaymentResp
query(QueryRecurringPaymentReq req)
query(QueryRecurringPaymentReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RecurringPayment(Config config)
public BatchCreateRecurringPaymentResp batchCreate(BatchCreateRecurringPaymentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_create&project=compensation&resource=recurring_payment&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/compensationv1/BatchCreateRecurringPaymentSample.java ;
Exception
public BatchCreateRecurringPaymentResp batchCreate(BatchCreateRecurringPaymentReq req) throws Exception
public BatchRemoveRecurringPaymentResp batchRemove(BatchRemoveRecurringPaymentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_remove&project=compensation&resource=recurring_payment&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/compensationv1/BatchRemoveRecurringPaymentSample.java ;
public BatchRemoveRecurringPaymentResp batchRemove(BatchRemoveRecurringPaymentReq req) throws Exception
public BatchUpdateRecurringPaymentResp batchUpdate(BatchUpdateRecurringPaymentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_update&project=compensation&resource=recurring_payment&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/compensationv1/BatchUpdateRecurringPaymentSample.java ;
public BatchUpdateRecurringPaymentResp batchUpdate(BatchUpdateRecurringPaymentReq req) throws Exception
public QueryRecurringPaymentResp query(QueryRecurringPaymentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=query&project=compensation&resource=recurring_payment&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/compensationv1/QueryRecurringPaymentSample.java ;
public QueryRecurringPaymentResp query(QueryRecurringPaymentReq req) throws Exception
Copyright © 2025. All rights reserved.