类 CustomFields.Builder
java.lang.Object
com.lark.oapi.service.ehr.v1.model.CustomFields.Builder
- 封闭类:
CustomFields
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()自定义字段key自定义字段名称type(CustomFieldsTypeEnum type) 自定义字段类型自定义字段类型根据 type 不同,结构不同,不同 type 对应的数据结构在 type 的枚举值中有描述
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
key
自定义字段key示例值:field_xxxxxxxx
- 参数:
key-- 返回:
-
label
自定义字段名称示例值:自定义字段 1
- 参数:
label-- 返回:
-
type
自定义字段类型示例值:date
- 参数:
type-- 返回:
-
type
自定义字段类型示例值:date
- 参数:
type-CustomFieldsTypeEnum- 返回:
-
value
根据 type 不同,结构不同,不同 type 对应的数据结构在 type 的枚举值中有描述示例值:2021-01-13
- 参数:
value-- 返回:
-
build
-