public static class BatchGetIdTalentReqBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchGetIdTalentReqBody |
build() |
BatchGetIdTalentReqBody.Builder |
emailList(String[] emailList)
邮箱信息列表,最多 100 个
示例值:foo@bytedance.com
|
BatchGetIdTalentReqBody.Builder |
identificationNumberList(String[] identificationNumberList)
证件号
示例值:130xxxxxxx
|
BatchGetIdTalentReqBody.Builder |
identificationType(Integer identificationType)
证件类型,可参考招聘枚举常量文档下的 IdentificationType 枚举定义
示例值:1
|
BatchGetIdTalentReqBody.Builder |
mobileCode(String mobileCode)
手机国家区号,默认值:86,即中国大陆地区
示例值:86
|
BatchGetIdTalentReqBody.Builder |
mobileNumberList(String[] mobileNumberList)
手机号,区号均采用 mobile_code 参数的值,最多 100 个
示例值:182900291190
|
public BatchGetIdTalentReqBody.Builder mobileCode(String mobileCode)
示例值:86
mobileCode - public BatchGetIdTalentReqBody.Builder mobileNumberList(String[] mobileNumberList)
示例值:182900291190
mobileNumberList - public BatchGetIdTalentReqBody.Builder emailList(String[] emailList)
示例值:foo@bytedance.com
emailList - public BatchGetIdTalentReqBody.Builder identificationType(Integer identificationType)
示例值:1
identificationType - public BatchGetIdTalentReqBody.Builder identificationNumberList(String[] identificationNumberList)
示例值:130xxxxxxx
identificationNumberList - public BatchGetIdTalentReqBody build()
Copyright © 2024. All rights reserved.