public static class TalentBatchInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
TalentBatchInfo |
build() |
TalentBatchInfo.Builder |
email(String email)
邮箱,仅当入参传入`email_list `时返回
示例值:foo@bytedance.com
|
TalentBatchInfo.Builder |
identificationNumber(String identificationNumber)
证件号,仅当入参传入`identification_number_list `时返回
示例值:510403xxxxxxxx
|
TalentBatchInfo.Builder |
identificationType(Integer identificationType)
证件类型,枚举定义详见文档:[枚举常量介绍](https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/enum);的
IdentificationType,仅当入参传入`identification_number_list `时返回
示例值:1
|
TalentBatchInfo.Builder |
isOnboarded(Boolean isOnboarded)
是否已入职
示例值:true
|
TalentBatchInfo.Builder |
mobileCode(String mobileCode)
国际区号,遵守国际统一标准,请参考[百度百科-国际长途电话区号](https://baike.baidu.com/item/%E5%9B%BD%E9%99%85%E9%95%BF%E9%80%94%E7%94%B5%E8%AF%9D%E5%8C%BA%E5%8F%B7%E8%A1%A8/12803495?
|
TalentBatchInfo.Builder |
mobileNumber(String mobileNumber)
手机号,仅当入参传入`mobile_number_list`时返回
示例值:182900291190
|
TalentBatchInfo.Builder |
talentId(String talentId)
人才
ID,详情请查看:[获取人才信息](https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/talent/get)
示例值:6891560630172518670
|
public TalentBatchInfo.Builder talentId(String talentId)
示例值:6891560630172518670
talentId - public TalentBatchInfo.Builder mobileCode(String mobileCode)
示例值:86
mobileCode - public TalentBatchInfo.Builder mobileNumber(String mobileNumber)
示例值:182900291190
mobileNumber - public TalentBatchInfo.Builder email(String email)
示例值:foo@bytedance.com
email - public TalentBatchInfo.Builder identificationType(Integer identificationType)
示例值:1
identificationType - public TalentBatchInfo.Builder identificationNumber(String identificationNumber)
示例值:510403xxxxxxxx
identificationNumber - public TalentBatchInfo.Builder isOnboarded(Boolean isOnboarded)
示例值:true
isOnboarded - public TalentBatchInfo build()
Copyright © 2026. All rights reserved.