类 PreHireProbationInfo.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.PreHireProbationInfo.Builder
- 封闭类:
PreHireProbationInfo
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()probationEndDate(String probationEndDate) 试用期结束日期probationPeriod(Integer probationPeriod) 试用期时长(单位:天)probationStartDate(String probationStartDate) 试用期开始日期
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
probationStartDate
试用期开始日期示例值:2022-07-29
- 参数:
probationStartDate-- 返回:
-
probationEndDate
试用期结束日期示例值:2023-04-07
- 参数:
probationEndDate-- 返回:
-
probationPeriod
试用期时长(单位:天)示例值:6
- 参数:
probationPeriod-- 返回:
-
build
-