类 Vchat.Builder

java.lang.Object
com.lark.oapi.service.calendar.v4.model.Vchat.Builder
封闭类:
Vchat

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

    • Builder

      public Builder()
  • 方法详细资料

    • vcType

      public Vchat.Builder vcType(String vcType)
      视频会议类型

      示例值:third_party

      参数:
      vcType -
      返回:
    • vcType

      public Vchat.Builder vcType(VchatVcTypeEnum vcType)
      视频会议类型

      示例值:third_party

      参数:
      vcType - VchatVcTypeEnum
      返回:
    • iconType

      public Vchat.Builder iconType(String iconType)
      第三方视频会议icon类型;可以为空,为空展示默认icon。

      示例值:vc

      参数:
      iconType -
      返回:
    • iconType

      public Vchat.Builder iconType(VchatIconTypeEnum iconType)
      第三方视频会议icon类型;可以为空,为空展示默认icon。

      示例值:vc

      参数:
      iconType - VchatIconTypeEnum
      返回:
    • description

      public Vchat.Builder description(String description)
      第三方视频会议文案,可以为空,为空展示默认文案

      示例值:发起视频会议

      参数:
      description -
      返回:
    • meetingUrl

      public Vchat.Builder meetingUrl(String meetingUrl)
      视频会议URL

      示例值:https://example.com

      参数:
      meetingUrl -
      返回:
    • meetingSettings

      public Vchat.Builder meetingSettings(MeetingSettings meetingSettings)
      VC视频会议的会前设置

      示例值:

      参数:
      meetingSettings -
      返回:
    • build

      public Vchat build()