public class AppFeedCardBatch extends Object
AppFeedCardBatch(Config config)
DeleteAppFeedCardBatchResp
delete(DeleteAppFeedCardBatchReq req)
delete(DeleteAppFeedCardBatchReq req, RequestOptions reqOptions)
UpdateAppFeedCardBatchResp
update(UpdateAppFeedCardBatchReq req)
update(UpdateAppFeedCardBatchReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AppFeedCardBatch(Config config)
public DeleteAppFeedCardBatchResp delete(DeleteAppFeedCardBatchReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=im&resource=app_feed_card.batch&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/imv2/DeleteAppFeedCardBatchSample.java ;
Exception
public DeleteAppFeedCardBatchResp delete(DeleteAppFeedCardBatchReq req) throws Exception
public UpdateAppFeedCardBatchResp update(UpdateAppFeedCardBatchReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=im&resource=app_feed_card.batch&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/imv2/UpdateAppFeedCardBatchSample.java ;
public UpdateAppFeedCardBatchResp update(UpdateAppFeedCardBatchReq req) throws Exception
Copyright © 2024. All rights reserved.