类 TalentBatchInfo.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.TalentBatchInfo.Builder
- 封闭类:
TalentBatchInfo
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()邮箱identificationNumber(String identificationNumber) 证件号identificationType(Integer identificationType) 证件类型,可参考招聘枚举常量 IdentificationType 枚举定义mobileCode(String mobileCode) 手机国家区号mobileNumber(String mobileNumber) 手机号人才 ID
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
talentId
人才 ID示例值:6891560630172518670
- 参数:
talentId-- 返回:
-
mobileCode
手机国家区号示例值:86
- 参数:
mobileCode-- 返回:
-
mobileNumber
手机号示例值:182900291190
- 参数:
mobileNumber-- 返回:
-
email
邮箱示例值:foo@bytedance.com
- 参数:
email-- 返回:
-
identificationType
证件类型,可参考招聘枚举常量 IdentificationType 枚举定义示例值:1
- 参数:
identificationType-- 返回:
-
identificationNumber
证件号示例值:130xxxxxxxxx
- 参数:
identificationNumber-- 返回:
-
build
-