类 CardPresent.Builder

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

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

    • Builder

      public Builder()
  • 方法详细资料

    • body

      public CardPresent.Builder body(String body)
      卡片json内容

      示例值:无

      参数:
      body -
      返回:
    • interactable

      public CardPresent.Builder interactable(Boolean interactable)
      是否为交互卡片

      示例值:true

      参数:
      interactable -
      返回:
    • type

      public CardPresent.Builder type(String type)
      卡片类型

      示例值:14

      参数:
      type -
      返回:
    • operationType

      public CardPresent.Builder operationType(String operationType)
      操作类型

      示例值:UPDATE

      参数:
      operationType -
      返回:
    • callbackInfo

      public CardPresent.Builder callbackInfo(String callbackInfo)
      业务定义的卡片回调信息

      示例值:无

      参数:
      callbackInfo -
      返回:
    • build

      public CardPresent build()