类 PatchCommentReq.Builder
java.lang.Object
com.lark.oapi.service.task.v2.model.PatchCommentReq.Builder
- 封闭类:
PatchCommentReq
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()要更新的评论IDbodyuserIdType(String userIdType) 表示user的ID的类型,支持open_id, user_id, union_id
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
userIdType
表示user的ID的类型,支持open_id, user_id, union_id示例值:open_id
- 参数:
userIdType-- 返回:
-
commentId
要更新的评论ID示例值:7198104824246747156
- 参数:
commentId-- 返回:
-
getPatchCommentReqBody
-
patchCommentReqBody
body- 参数:
body-- 返回:
-
build
-