类 UserCustomAttr.Builder

java.lang.Object
com.lark.oapi.service.contact.v3.model.UserCustomAttr.Builder
封闭类:
UserCustomAttr

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

    • Builder

      public Builder()
  • 方法详细资料

    • type

      public UserCustomAttr.Builder type(String type)
      自定义字段类型 ;- `TEXT`:文本;- `HREF`:网页;- `ENUMERATION`:枚举;- `PICTURE_ENUM`:图片;- `GENERIC_USER`:用户;;具体说明参见常见问题的[用户接口相关问题](https://open.feishu.cn/document/ugTN1YjL4UTN24CO1UjN/uQzN1YjL0cTN24CN3UjN#77061525)

      示例值:TEXT

      参数:
      type -
      返回:
    • id

      自定义字段ID

      示例值:DemoId

      参数:
      id -
      返回:
    • value

      自定义字段取值

      示例值:

      参数:
      value -
      返回:
    • build

      public UserCustomAttr build()