类 TranferEmploymentInfo.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.TranferEmploymentInfo.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()customFields(CustomFieldData[] customFields) 自定义字段employeeNumber(String employeeNumber) 员工编号regularEmployeeStartDate(String regularEmployeeStartDate) 转正式员工日期seniorityDate(String seniorityDate) 司龄起算日期
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
regularEmployeeStartDate
转正式员工日期示例值:2023-01-01
- 参数:
regularEmployeeStartDate-- 返回:
-
seniorityDate
司龄起算日期示例值:2023-01-01
- 参数:
seniorityDate-- 返回:
-
employeeNumber
员工编号示例值:1111111
- 参数:
employeeNumber-- 返回:
-
customFields
自定义字段示例值:
- 参数:
customFields-- 返回:
-
build
-