public static class OrgroleAssignmentOrg.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
OrgroleAssignmentOrg |
build() |
OrgroleAssignmentOrg.Builder |
orgId(String orgId)
组织ID;- 当org_type为location时,可以通过[【通过地点 ID
批量获取地点信息】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/location/batch_get)获取地点的其他信息。
|
OrgroleAssignmentOrg.Builder |
orgName(String orgName)
组织名称
示例值:people
|
OrgroleAssignmentOrg.Builder |
orgType(OrgroleAssignmentOrgOrgTypeEnum orgType)
组织类型
示例值:department
|
OrgroleAssignmentOrg.Builder |
orgType(String orgType)
组织类型
示例值:department
|
public OrgroleAssignmentOrg.Builder orgId(String orgId)
示例值:6967286856077673993
orgId - public OrgroleAssignmentOrg.Builder orgType(String orgType)
示例值:department
orgType - public OrgroleAssignmentOrg.Builder orgType(OrgroleAssignmentOrgOrgTypeEnum orgType)
示例值:department
orgType - OrgroleAssignmentOrgOrgTypeEnumpublic OrgroleAssignmentOrg.Builder orgName(String orgName)
示例值:people
orgName - public OrgroleAssignmentOrg build()
Copyright © 2026. All rights reserved.