类 ApplicationOfferBasicInfo.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.ApplicationOfferBasicInfo.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()contractPeriod(ContractPeriodInfo contractPeriod) 合同期(年/月)contractYear(Integer contractYear) 合同期, 比如3年createTime(String createTime) 创建时间creatorUserId(String creatorUserId) Offer 创建人 IDcustomizeInfoList(ApplicationOfferCustomValue[] customizeInfoList) 自定义字段信息departmentId(String departmentId) 入职部门employeeType(BaseBilingualWithId employeeType) Offer 人员类型expireTime(Integer expireTime) Offer 过期时间leaderUserId(String leaderUserId) 直属上级 IDlevel(BaseBilingualWithId level) 级别Offer 类型onboardAddress(BaseAddress onboardAddress) 入职地点onboardDate(String onboardDate) 入职日期ownerUserId(String ownerUserId) Offer 负责人 IDprobationMonth(Integer probationMonth) 试用期, 比如试用期6个月recruitmentType(BaseBilingualWithId recruitmentType) 雇员类型备注sequence(BaseBilingualWithId sequence) 序列workAddress(BaseAddress workAddress) 工作地点workLocationAddressInfo(MasterLocationAddressInfo workLocationAddressInfo) 人事侧的办公地点与地址(目前仅字节可用)
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
offerType
Offer 类型示例值:1
- 参数:
offerType-- 返回:
-
remark
备注示例值:10
- 参数:
remark-- 返回:
-
expireTime
Offer 过期时间示例值:1653383498000
- 参数:
expireTime-- 返回:
-
ownerUserId
Offer 负责人 ID示例值:ou_99be8e24ad1ad390b6cd3b8916940df1
- 参数:
ownerUserId-- 返回:
-
creatorUserId
Offer 创建人 ID示例值:ou_99be8e24ad1ad390b6cd3b8916940df1
- 参数:
creatorUserId-- 返回:
-
employeeType
Offer 人员类型示例值:
- 参数:
employeeType-- 返回:
-
createTime
创建时间示例值:1628512038000
- 参数:
createTime-- 返回:
-
leaderUserId
直属上级 ID示例值:ou_99be8e24ad1ad390b6cd3b8916940df1
- 参数:
leaderUserId-- 返回:
-
onboardDate
入职日期示例值:2021-05-20
- 参数:
onboardDate-- 返回:
-
departmentId
入职部门示例值:od-6b394871807047c7023ebfc1ff37cd3a
- 参数:
departmentId-- 返回:
-
probationMonth
试用期, 比如试用期6个月示例值:1
- 参数:
probationMonth-- 返回:
-
contractYear
合同期, 比如3年示例值:3
- 参数:
contractYear-- 返回:
-
contractPeriod
合同期(年/月)示例值:
- 参数:
contractPeriod-- 返回:
-
recruitmentType
雇员类型示例值:
- 参数:
recruitmentType-- 返回:
-
sequence
序列示例值:
- 参数:
sequence-- 返回:
-
level
级别示例值:
- 参数:
level-- 返回:
-
onboardAddress
入职地点示例值:
- 参数:
onboardAddress-- 返回:
-
workAddress
工作地点示例值:
- 参数:
workAddress-- 返回:
-
customizeInfoList
public ApplicationOfferBasicInfo.Builder customizeInfoList(ApplicationOfferCustomValue[] customizeInfoList) 自定义字段信息示例值:
- 参数:
customizeInfoList-- 返回:
-
workLocationAddressInfo
public ApplicationOfferBasicInfo.Builder workLocationAddressInfo(MasterLocationAddressInfo workLocationAddressInfo) 人事侧的办公地点与地址(目前仅字节可用)示例值:
- 参数:
workLocationAddressInfo-- 返回:
-
build
-