public class InstanceComment extends Object
| 构造器和说明 |
|---|
InstanceComment(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateInstanceCommentResp |
create(CreateInstanceCommentReq req)
创建评论,在某审批实例下创建、修改评论或评论回复(不包含审批同意、拒绝、转交等附加的理由或意见)。
|
CreateInstanceCommentResp |
create(CreateInstanceCommentReq req,
RequestOptions reqOptions)
创建评论,在某审批实例下创建、修改评论或评论回复(不包含审批同意、拒绝、转交等附加的理由或意见)。
|
DeleteInstanceCommentResp |
delete(DeleteInstanceCommentReq req)
删除评论,逻辑删除某审批实例下的一条评论或评论回复(不包含审批同意、拒绝、转交等附加的理由或意见)。
|
DeleteInstanceCommentResp |
delete(DeleteInstanceCommentReq req,
RequestOptions reqOptions)
删除评论,逻辑删除某审批实例下的一条评论或评论回复(不包含审批同意、拒绝、转交等附加的理由或意见)。
|
ListInstanceCommentResp |
list(ListInstanceCommentReq req)
获取评论,根据 Instance Code 获取某个审批实例下的全部评论与评论回复(不包含审批同意、拒绝、转交等附加的理由或意见)。
|
ListInstanceCommentResp |
list(ListInstanceCommentReq req,
RequestOptions reqOptions)
获取评论,根据 Instance Code 获取某个审批实例下的全部评论与评论回复(不包含审批同意、拒绝、转交等附加的理由或意见)。
|
RemoveInstanceCommentResp |
remove(RemoveInstanceCommentReq req)
清空评论,删除某审批实例下的全部评论与评论回复。
|
RemoveInstanceCommentResp |
remove(RemoveInstanceCommentReq req,
RequestOptions reqOptions)
清空评论,删除某审批实例下的全部评论与评论回复。
|
public InstanceComment(Config config)
public CreateInstanceCommentResp create(CreateInstanceCommentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/approval-v4/instance-comment/create ;
Exceptionpublic CreateInstanceCommentResp create(CreateInstanceCommentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/approval-v4/instance-comment/create ;
Exceptionpublic DeleteInstanceCommentResp delete(DeleteInstanceCommentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/approval-v4/instance-comment/delete ;
Exceptionpublic DeleteInstanceCommentResp delete(DeleteInstanceCommentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/approval-v4/instance-comment/delete ;
Exceptionpublic ListInstanceCommentResp list(ListInstanceCommentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/approval-v4/instance-comment/list ;
Exceptionpublic ListInstanceCommentResp list(ListInstanceCommentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/approval-v4/instance-comment/list ;
Exceptionpublic RemoveInstanceCommentResp remove(RemoveInstanceCommentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/approval-v4/instance-comment/remove ;
Exceptionpublic RemoveInstanceCommentResp remove(RemoveInstanceCommentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/approval-v4/instance-comment/remove ;
ExceptionCopyright © 2025. All rights reserved.