类 Event.Builder

java.lang.Object
com.lark.oapi.service.helpdesk.v1.model.Event.Builder
封闭类:
Event

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

    • Builder

      public Builder()
  • 方法详细资料

    • type

      public Event.Builder type(String type)
      事件类型

      示例值:helpdesk.ticket_message

      参数:
      type -
      返回:
    • subtype

      public Event.Builder subtype(String subtype)
      事件子类型

      示例值:ticket_message.created_v1

      参数:
      subtype -
      返回:
    • build

      public Event build()