类 ProfileSettingHukou.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.ProfileSettingHukou.Builder
- 封闭类:
ProfileSettingHukou
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()customFields(ProfileSettingCustomField[] customFields) 自定义字段hukouLocation(String hukouLocation) 户口所在地户口类型,枚举值。
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
hukouType
户口类型,枚举值。 可选项可通过【获取字段详情】接口查询,查询参数如下: object_api_name = "person_info_chn" custom_api_name = "hukou_type"示例值:local_urban_residence
- 参数:
hukouType-- 返回:
-
hukouLocation
户口所在地示例值:北京
- 参数:
hukouLocation-- 返回:
-
customFields
自定义字段示例值:
- 参数:
customFields-- 返回:
-
build
-