类 CustomFieldData.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.CustomFieldData.Builder
- 封闭类:
CustomFieldData
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()customApiName(String customApiName) 自定义字段 apiname,即自定义字段的唯一标识name(CustomName name) 自定义字段名称自定义字段类型字段值,是 json 转义后的字符串,根据元数据定义不同,字段格式不同(如 123, 123.23, "true", ["id1","id2"], "2006-01-02 15:04:05")
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
customApiName
自定义字段 apiname,即自定义字段的唯一标识示例值:name
- 参数:
customApiName-- 返回:
-
name
自定义字段名称示例值:
- 参数:
name-- 返回:
-
type
自定义字段类型示例值:1
- 参数:
type-- 返回:
-
value
字段值,是 json 转义后的字符串,根据元数据定义不同,字段格式不同(如 123, 123.23, "true", ["id1","id2"], "2006-01-02 15:04:05")示例值:\"231\"
- 参数:
value-- 返回:
-
build
-