public class Card extends Object
Card(Config config)
BatchUpdateCardResp
batchUpdate(BatchUpdateCardReq req)
batchUpdate(BatchUpdateCardReq req, RequestOptions reqOptions)
CreateCardResp
create(CreateCardReq req)
create(CreateCardReq req, RequestOptions reqOptions)
IdConvertCardResp
idConvert(IdConvertCardReq req)
idConvert(IdConvertCardReq req, RequestOptions reqOptions)
SettingsCardResp
settings(SettingsCardReq req)
settings(SettingsCardReq req, RequestOptions reqOptions)
UpdateCardResp
update(UpdateCardReq req)
update(UpdateCardReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Card(Config config)
public BatchUpdateCardResp batchUpdate(BatchUpdateCardReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_update&project=cardkit&resource=card&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/cardkitv1/BatchUpdateCardSample.java ;
Exception
public BatchUpdateCardResp batchUpdate(BatchUpdateCardReq req) throws Exception
public CreateCardResp create(CreateCardReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=cardkit&resource=card&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/cardkitv1/CreateCardSample.java ;
public CreateCardResp create(CreateCardReq req) throws Exception
public IdConvertCardResp idConvert(IdConvertCardReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=id_convert&project=cardkit&resource=card&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/cardkitv1/IdConvertCardSample.java ;
public IdConvertCardResp idConvert(IdConvertCardReq req) throws Exception
public SettingsCardResp settings(SettingsCardReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=settings&project=cardkit&resource=card&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/cardkitv1/SettingsCardSample.java ;
public SettingsCardResp settings(SettingsCardReq req) throws Exception
public UpdateCardResp update(UpdateCardReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=cardkit&resource=card&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/cardkitv1/UpdateCardSample.java ;
public UpdateCardResp update(UpdateCardReq req) throws Exception
Copyright © 2025. All rights reserved.