类 GetCommentReq.Builder

java.lang.Object
com.lark.oapi.service.task.v2.model.GetCommentReq.Builder
封闭类:
GetCommentReq

public static class GetCommentReq.Builder extends Object
  • 构造器详细资料

    • Builder

      public Builder()
  • 方法详细资料

    • userIdType

      public GetCommentReq.Builder userIdType(String userIdType)
      表示user的ID的类型,支持open_id, user_id, union_id

      示例值:open_id

      参数:
      userIdType -
      返回:
    • commentId

      public GetCommentReq.Builder commentId(String commentId)
      评论ID

      示例值:7198104824246747156

      参数:
      commentId -
      返回:
    • build

      public GetCommentReq build()