类 ProfileSettingProbationInfo.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.ProfileSettingProbationInfo.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明actualProbationEndDate(String actualProbationEndDate) 试用期实际结束日期build()probationExpectedEndDate(String probationExpectedEndDate) 试用期预计结束日期probationStartDate(String probationStartDate) 试用期开始日期
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
probationStartDate
试用期开始日期示例值:2021-01-01
- 参数:
probationStartDate-- 返回:
-
probationExpectedEndDate
public ProfileSettingProbationInfo.Builder probationExpectedEndDate(String probationExpectedEndDate) 试用期预计结束日期示例值:2021-02-01
- 参数:
probationExpectedEndDate-- 返回:
-
actualProbationEndDate
试用期实际结束日期示例值:2021-02-01
- 参数:
actualProbationEndDate-- 返回:
-
build
-