public static class ManageRelation.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ManageRelation |
build() |
ManageRelation.Builder |
effectiveTime(String effectiveTime)
生效时间
示例值:2021-06-06 00:00:00
|
ManageRelation.Builder |
managerType(Enum managerType)
汇报关系,枚举值可通过文档[【飞书人事枚举常量】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/feishu-people-enum-constant)汇报关系(manager_type)枚举定义部分获得
示例值:
|
ManageRelation.Builder |
reportModeType(Enum reportModeType)
汇报线类型,枚举值可通过文档[【飞书人事枚举常量】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/feishu-people-enum-constant)汇报线类型(report_mode_type)枚举定义部分获得
示例值:
|
ManageRelation.Builder |
subordinateDepartmentId(String subordinateDepartmentId)
下级所在部门 ID,枚举值及详细信息可通过【批量查询部门】接口查询获得
示例值:4719456877659520852
|
ManageRelation.Builder |
subordinateEmployeeId(String subordinateEmployeeId)
下级员工 ID,枚举值及详细信息可通过【批量查询雇佣信息】接口查询获得
示例值:6893010737371809287
|
ManageRelation.Builder |
superiorEmployeeId(String superiorEmployeeId)
上级员工 ID,枚举值及详细信息可通过【批量查询雇佣信息】接口查询获得
示例值:6893013626584565256
|
public ManageRelation.Builder subordinateDepartmentId(String subordinateDepartmentId)
示例值:4719456877659520852
subordinateDepartmentId - public ManageRelation.Builder subordinateEmployeeId(String subordinateEmployeeId)
示例值:6893010737371809287
subordinateEmployeeId - public ManageRelation.Builder managerType(Enum managerType)
示例值:
managerType - public ManageRelation.Builder reportModeType(Enum reportModeType)
示例值:
reportModeType - public ManageRelation.Builder superiorEmployeeId(String superiorEmployeeId)
示例值:6893013626584565256
superiorEmployeeId - public ManageRelation.Builder effectiveTime(String effectiveTime)
示例值:2021-06-06 00:00:00
effectiveTime - public ManageRelation build()
Copyright © 2026. All rights reserved.