类 BatchGetIdTalentReqBody.Builder

java.lang.Object
com.lark.oapi.service.hire.v1.model.BatchGetIdTalentReqBody.Builder
封闭类:
BatchGetIdTalentReqBody

public static class BatchGetIdTalentReqBody.Builder extends Object
  • 构造器详细资料

    • Builder

      public Builder()
  • 方法详细资料

    • mobileCode

      public BatchGetIdTalentReqBody.Builder mobileCode(String mobileCode)
      手机国家区号,默认值:86,即中国大陆地区

      示例值:86

      参数:
      mobileCode -
      返回:
    • mobileNumberList

      public BatchGetIdTalentReqBody.Builder mobileNumberList(String[] mobileNumberList)
      手机号,区号均采用 mobile_code 参数的值,最多 100 个

      示例值:182900291190

      参数:
      mobileNumberList -
      返回:
    • emailList

      public BatchGetIdTalentReqBody.Builder emailList(String[] emailList)
      邮箱信息列表,最多 100 个

      示例值:foo@bytedance.com

      参数:
      emailList -
      返回:
    • identificationType

      public BatchGetIdTalentReqBody.Builder identificationType(Integer identificationType)
      证件类型,可参考招聘枚举常量文档下的 IdentificationType 枚举定义

      示例值:1

      参数:
      identificationType -
      返回:
    • identificationNumberList

      public BatchGetIdTalentReqBody.Builder identificationNumberList(String[] identificationNumberList)
      证件号

      示例值:130xxxxxxx

      参数:
      identificationNumberList -
      返回:
    • build

      public BatchGetIdTalentReqBody build()