类 DocsBlock.Builder

java.lang.Object
com.lark.oapi.service.application.v6.model.DocsBlock.Builder
封闭类:
DocsBlock

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

    • Builder

      public Builder()
  • 方法详细资料

    • blockTypeId

      public DocsBlock.Builder blockTypeId(String blockTypeId)
      BlockTypeID

      示例值:blk_4fb61568435880110854c1d0

      参数:
      blockTypeId -
      返回:
    • i18n

      public DocsBlock.Builder i18n(BlockI18nInfo[] i18n)
      block 的国际化信息

      示例值:

      参数:
      i18n -
      返回:
    • mobileIconUrl

      public DocsBlock.Builder mobileIconUrl(String mobileIconUrl)
      移动端 icon 链接

      示例值:https://www.example.com

      参数:
      mobileIconUrl -
      返回:
    • pcIconUrl

      public DocsBlock.Builder pcIconUrl(String pcIconUrl)
      pc 端口 icon 链接

      示例值:https://www.example.com

      参数:
      pcIconUrl -
      返回:
    • build

      public DocsBlock build()