public class CardElement extends Object
CardElement(Config config)
ContentCardElementResp
content(ContentCardElementReq req)
content(ContentCardElementReq req, RequestOptions reqOptions)
CreateCardElementResp
create(CreateCardElementReq req)
create(CreateCardElementReq req, RequestOptions reqOptions)
DeleteCardElementResp
delete(DeleteCardElementReq req)
delete(DeleteCardElementReq req, RequestOptions reqOptions)
PatchCardElementResp
patch(PatchCardElementReq req)
patch(PatchCardElementReq req, RequestOptions reqOptions)
UpdateCardElementResp
update(UpdateCardElementReq req)
update(UpdateCardElementReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CardElement(Config config)
public ContentCardElementResp content(ContentCardElementReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=content&project=cardkit&resource=card.element&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/cardkitv1/ContentCardElementSample.java ;
Exception
public ContentCardElementResp content(ContentCardElementReq req) throws Exception
public CreateCardElementResp create(CreateCardElementReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=cardkit&resource=card.element&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/cardkitv1/CreateCardElementSample.java ;
public CreateCardElementResp create(CreateCardElementReq req) throws Exception
public DeleteCardElementResp delete(DeleteCardElementReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=cardkit&resource=card.element&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/cardkitv1/DeleteCardElementSample.java ;
public DeleteCardElementResp delete(DeleteCardElementReq req) throws Exception
public PatchCardElementResp patch(PatchCardElementReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=cardkit&resource=card.element&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/cardkitv1/PatchCardElementSample.java ;
public PatchCardElementResp patch(PatchCardElementReq req) throws Exception
public UpdateCardElementResp update(UpdateCardElementReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=cardkit&resource=card.element&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/cardkitv1/UpdateCardElementSample.java ;
public UpdateCardElementResp update(UpdateCardElementReq req) throws Exception
Copyright © 2025. All rights reserved.