类 BatchGetIdTalentReqBody.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.BatchGetIdTalentReqBody.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()邮箱信息列表,最多 100 个identificationNumberList(String[] identificationNumberList) 证件号identificationType(Integer identificationType) 证件类型,可参考招聘枚举常量文档下的 IdentificationType 枚举定义mobileCode(String mobileCode) 手机国家区号,默认值:86,即中国大陆地区mobileNumberList(String[] mobileNumberList) 手机号,区号均采用 mobile_code 参数的值,最多 100 个
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
mobileCode
手机国家区号,默认值:86,即中国大陆地区示例值:86
- 参数:
mobileCode-- 返回:
-
mobileNumberList
手机号,区号均采用 mobile_code 参数的值,最多 100 个示例值:182900291190
- 参数:
mobileNumberList-- 返回:
-
emailList
邮箱信息列表,最多 100 个示例值:foo@bytedance.com
- 参数:
emailList-- 返回:
-
identificationType
证件类型,可参考招聘枚举常量文档下的 IdentificationType 枚举定义示例值:1
- 参数:
identificationType-- 返回:
-
identificationNumberList
证件号示例值:130xxxxxxx
- 参数:
identificationNumberList-- 返回:
-
build
-