public class Comment extends Object
Comment(Config config)
CreateCommentResp
create(CreateCommentReq req)
create(CreateCommentReq req, RequestOptions reqOptions)
DeleteCommentResp
delete(DeleteCommentReq req)
delete(DeleteCommentReq req, RequestOptions reqOptions)
GetCommentResp
get(GetCommentReq req)
get(GetCommentReq req, RequestOptions reqOptions)
ListCommentResp
list(ListCommentReq req)
list(ListCommentReq req, RequestOptions reqOptions)
PatchCommentResp
patch(PatchCommentReq req)
patch(PatchCommentReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Comment(Config config)
public CreateCommentResp create(CreateCommentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=task&resource=comment&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/taskv2/CreateCommentSample.java ;
Exception
public CreateCommentResp create(CreateCommentReq req) throws Exception
public DeleteCommentResp delete(DeleteCommentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=task&resource=comment&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/taskv2/DeleteCommentSample.java ;
public DeleteCommentResp delete(DeleteCommentReq req) throws Exception
public GetCommentResp get(GetCommentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=task&resource=comment&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/taskv2/GetCommentSample.java ;
public GetCommentResp get(GetCommentReq req) throws Exception
public ListCommentResp list(ListCommentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=task&resource=comment&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/taskv2/ListCommentSample.java ;
public ListCommentResp list(ListCommentReq req) throws Exception
public PatchCommentResp patch(PatchCommentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=task&resource=comment&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/taskv2/PatchCommentSample.java ;
public PatchCommentResp patch(PatchCommentReq req) throws Exception
Copyright © 2025. All rights reserved.