类 PersonInfoMys.Builder

java.lang.Object
com.lark.oapi.service.corehr.v1.model.PersonInfoMys.Builder
封闭类:
PersonInfoMys

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

    • Builder

      public Builder()
  • 方法详细资料

    • id

      public PersonInfoMys.Builder id(String id)
      实体在CoreHR内部的唯一键

      示例值:6950635856373745165

      参数:
      id -
      返回:
    • personId

      public PersonInfoMys.Builder personId(String personId)
      关联人员ID

      示例值:6919733647952053768

      参数:
      personId -
      返回:
    • previousIncomeInTheCurrentYear

      public PersonInfoMys.Builder previousIncomeInTheCurrentYear(Boolean previousIncomeInTheCurrentYear)
      是否本年度在前雇主已有工作收入

      示例值:true

      参数:
      previousIncomeInTheCurrentYear -
      返回:
    • freshGraduate

      public PersonInfoMys.Builder freshGraduate(Boolean freshGraduate)
      是否应届毕业生

      示例值:true

      参数:
      freshGraduate -
      返回:
    • previousEmployersList

      public PersonInfoMys.Builder previousEmployersList(PreviousEmployer[] previousEmployersList)
      雇主信息列表

      示例值:

      参数:
      previousEmployersList -
      返回:
    • monthlyGross

      public PersonInfoMys.Builder monthlyGross(String monthlyGross)
      每月总收入

      示例值:123

      参数:
      monthlyGross -
      返回:
    • taxRelief1

      public PersonInfoMys.Builder taxRelief1(String taxRelief1)
      税收减免一

      示例值:123

      参数:
      taxRelief1 -
      返回:
    • taxRelief2

      public PersonInfoMys.Builder taxRelief2(String taxRelief2)
      税收减免二

      示例值:123

      参数:
      taxRelief2 -
      返回:
    • taxRelief3

      public PersonInfoMys.Builder taxRelief3(String taxRelief3)
      税收减免三

      示例值:123

      参数:
      taxRelief3 -
      返回:
    • taxRelief4

      public PersonInfoMys.Builder taxRelief4(String taxRelief4)
      税收减免四

      示例值:123

      参数:
      taxRelief4 -
      返回:
    • taxRelief5

      public PersonInfoMys.Builder taxRelief5(String taxRelief5)
      税收减免五

      示例值:123

      参数:
      taxRelief5 -
      返回:
    • commonReserveFund

      public PersonInfoMys.Builder commonReserveFund(String commonReserveFund)
      员工就业公积金

      示例值:123

      参数:
      commonReserveFund -
      返回:
    • monthlyTaxDeduction

      public PersonInfoMys.Builder monthlyTaxDeduction(String monthlyTaxDeduction)
      每月减税

      示例值:123

      参数:
      monthlyTaxDeduction -
      返回:
    • socialInsurance

      public PersonInfoMys.Builder socialInsurance(String socialInsurance)
      社会保险金缴款

      示例值:123

      参数:
      socialInsurance -
      返回:
    • customFields

      public PersonInfoMys.Builder customFields(ObjectFieldData[] customFields)
      自定义字段

      示例值:

      参数:
      customFields -
      返回:
    • build

      public PersonInfoMys build()