public static class PreHireProbationInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
PreHireProbationInfo |
build() |
PreHireProbationInfo.Builder |
probationEndDate(String probationEndDate)
试用期结束日期
示例值:2023-04-07
|
PreHireProbationInfo.Builder |
probationPeriod(Integer probationPeriod)
试用期时长(单位:天)
示例值:6
|
PreHireProbationInfo.Builder |
probationStartDate(String probationStartDate)
试用期开始日期
示例值:2022-07-29
|
public PreHireProbationInfo.Builder probationStartDate(String probationStartDate)
示例值:2022-07-29
probationStartDate - public PreHireProbationInfo.Builder probationEndDate(String probationEndDate)
示例值:2023-04-07
probationEndDate - public PreHireProbationInfo.Builder probationPeriod(Integer probationPeriod)
示例值:6
probationPeriod - public PreHireProbationInfo build()
Copyright © 2025. All rights reserved.