public static class WorkforcePlan.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
WorkforcePlan.Builder |
active(Boolean active)
是否启用
示例值:true
|
WorkforcePlan |
build() |
WorkforcePlan.Builder |
endDate(String endDate)
结束日期
示例值:"2020-10-31"
|
WorkforcePlan.Builder |
startDate(String startDate)
开始日期
示例值:"2020-10-01"
|
WorkforcePlan.Builder |
workforcePlanId(String workforcePlanId)
编制规划方案 ID
示例值:"123456"
|
WorkforcePlan.Builder |
workforcePlanName(I18n[] workforcePlanName)
编制规划方案名称
示例值:
|
public WorkforcePlan.Builder workforcePlanId(String workforcePlanId)
示例值:"123456"
workforcePlanId - public WorkforcePlan.Builder workforcePlanName(I18n[] workforcePlanName)
示例值:
workforcePlanName - public WorkforcePlan.Builder startDate(String startDate)
示例值:"2020-10-01"
startDate - public WorkforcePlan.Builder endDate(String endDate)
示例值:"2020-10-31"
endDate - public WorkforcePlan.Builder active(Boolean active)
示例值:true
active - public WorkforcePlan build()
Copyright © 2025. All rights reserved.