public static class PersonInfoChn.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
PersonInfoChn |
build() |
PersonInfoChn.Builder |
customFields(ObjectFieldData[] customFields)
自定义字段
示例值:
|
PersonInfoChn.Builder |
hukouLocation(String hukouLocation)
户口所在地
示例值:山东省平阴县
|
PersonInfoChn.Builder |
hukouType(Enum hukouType)
户口类型,枚举值可通过文档[【飞书人事枚举常量】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/feishu-people-enum-constant)户口类型(hukou_type)枚举定义部分获得
示例值:
|
PersonInfoChn.Builder |
id(String id)
个人附加信息 ID
示例值:6950635856373745165
|
PersonInfoChn.Builder |
nativeRegion(String nativeRegion)
籍贯 ID;- 枚举值可通过「查询单条省份/行政区信息」接口获取
示例值:6863326263973512712
|
PersonInfoChn.Builder |
personId(String personId)
Person ID
示例值:6919733647952053768
|
PersonInfoChn.Builder |
politicalAffiliationList(Enum[] politicalAffiliationList)
政治面貌,枚举值可通过文档[【飞书人事枚举常量】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/feishu-people-enum-constant)政治面貌(political_affiliation)枚举定义部分获得
示例值:
|
PersonInfoChn.Builder |
workingYears(Integer workingYears)
工龄
示例值:2
|
public PersonInfoChn.Builder id(String id)
示例值:6950635856373745165
id - public PersonInfoChn.Builder nativeRegion(String nativeRegion)
示例值:6863326263973512712
nativeRegion - public PersonInfoChn.Builder politicalAffiliationList(Enum[] politicalAffiliationList)
示例值:
politicalAffiliationList - public PersonInfoChn.Builder hukouType(Enum hukouType)
示例值:
hukouType - public PersonInfoChn.Builder hukouLocation(String hukouLocation)
示例值:山东省平阴县
hukouLocation - public PersonInfoChn.Builder personId(String personId)
示例值:6919733647952053768
personId - public PersonInfoChn.Builder customFields(ObjectFieldData[] customFields)
示例值:
customFields - public PersonInfoChn.Builder workingYears(Integer workingYears)
示例值:2
workingYears - public PersonInfoChn build()
Copyright © 2025. All rights reserved.