public static class PlanCondition.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
PlanCondition |
build() |
PlanCondition.Builder |
leftType(Integer leftType)
适用范围左值
示例值:7
|
PlanCondition.Builder |
leftType(PlanConditionScopeLeftTypeEnum leftType)
适用范围左值
示例值:7
|
PlanCondition.Builder |
operator(Integer operator)
适用范围操作
示例值:1
|
PlanCondition.Builder |
operator(PlanConditionScopeOperatorEnum operator)
适用范围操作
示例值:1
|
PlanCondition.Builder |
rightValue(String[] rightValue)
-
适用范围左值为:部门、部门(包含下级部门),返回:部门ID,详细信息可以通过[批量查询部门](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/department/batch_get)接口查询获得;;-
适用范围左值为:工作地点、工作地点(包含下级工作地点),返回:工作地点ID,详细信息可以通过[批量查询地点](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/location/list)接口查询获得;;-
适用范围左值为:公司、公司(包含下级公司),返回:公司ID,详细信息可以通过[通过公司 ID
批量获取公司信息](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/company/batch_get)接口查询获得;;-
适用范围左值为:序列、序列(包含子序列),返回:序列ID,详细信息可以通过[通过序列 ID
批量获取序列信息](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/job_family/batch_get)接口查询获得;;-
适用范围左值为:职务,返回:职务ID,详细信息可以通过[批量查询职务](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/job/list)接口查询获得;;-
适用范围左值为:职级,返回:职级ID,详细信息可以通过[通过职级 ID
批量获取职级信息](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/job_level/batch_get)接口查询获得;;-
适用范围左值为:人员类型,返回:人员类型ID,详细信息可以通过[批量查询人员类型](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/employee_type/list)接口查询获得;;-
适用范围左值为:招聘类型,返回:招聘类型;;- 适用范围左值为:国家/地区,返回:国家/地区;;-
适用范围左值为:职等,返回:职等ID,详细信息可以通过[查询职等](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/job_grade/query)接口查询获得
示例值:21341234
|
public PlanCondition.Builder leftType(Integer leftType)
示例值:7
leftType - public PlanCondition.Builder leftType(PlanConditionScopeLeftTypeEnum leftType)
示例值:7
leftType - PlanConditionScopeLeftTypeEnumpublic PlanCondition.Builder operator(Integer operator)
示例值:1
operator - public PlanCondition.Builder operator(PlanConditionScopeOperatorEnum operator)
示例值:1
operator - PlanConditionScopeOperatorEnumpublic PlanCondition.Builder rightValue(String[] rightValue)
示例值:21341234
rightValue - public PlanCondition build()
Copyright © 2026. All rights reserved.