类 Thread.Builder

java.lang.Object
com.lark.oapi.service.im.v1.model.Thread.Builder
封闭类:
Thread

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

    • Builder

      public Builder()
  • 方法详细资料

    • threadId

      public Thread.Builder threadId(String threadId)
      话题ID

      示例值:ot_70eb06e7b84dc71c03e009ad3c754680

      参数:
      threadId -
      返回:
    • chatId

      public Thread.Builder chatId(String chatId)
      话题所属的群聊ID

      示例值:oc_5ad11d72b830411d72b836c20

      参数:
      chatId -
      返回:
    • updateTime

      public Thread.Builder updateTime(String updateTime)
      话题更新时间

      示例值:1609336806

      参数:
      updateTime -
      返回:
    • build

      public Thread build()