public static class TalentBatchInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
TalentBatchInfo |
build() |
TalentBatchInfo.Builder |
email(String email)
邮箱
示例值:foo@bytedance.com
|
TalentBatchInfo.Builder |
identificationNumber(String identificationNumber)
证件号
示例值:130xxxxxxxxx
|
TalentBatchInfo.Builder |
identificationType(Integer identificationType)
证件类型,可参考招聘枚举常量 IdentificationType 枚举定义
示例值:1
|
TalentBatchInfo.Builder |
isOnboarded(Boolean isOnboarded)
是否已入职
示例值:true
|
TalentBatchInfo.Builder |
mobileCode(String mobileCode)
手机国家区号
示例值:86
|
TalentBatchInfo.Builder |
mobileNumber(String mobileNumber)
手机号
示例值:182900291190
|
TalentBatchInfo.Builder |
talentId(String talentId)
人才 ID
示例值: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)
示例值:130xxxxxxxxx
identificationNumber - public TalentBatchInfo.Builder isOnboarded(Boolean isOnboarded)
示例值:true
isOnboarded - public TalentBatchInfo build()
Copyright © 2025. All rights reserved.