public static class PatchCustomOrgReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
PatchCustomOrgReq |
build() |
PatchCustomOrgReq.Builder |
clientToken(String clientToken)
根据 client_token 是否一致来判断是否为同一请求
示例值:1245464678
|
PatchCustomOrgReq.Builder |
customOrgUpdate(CustomOrgUpdate body)
body
|
CustomOrgUpdate |
getCustomOrgUpdate() |
PatchCustomOrgReq.Builder |
orgId(String orgId)
自定义组织 ID;- 可从
[批量查询自定义组织](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/custom_org/query)的
org_id 字段中获取。
|
PatchCustomOrgReq.Builder |
userIdType(PatchCustomOrgPatchCustomOrgUserIDTypeEnum userIdType)
用户 ID 类型
示例值:people_corehr_id
|
PatchCustomOrgReq.Builder |
userIdType(String userIdType)
用户 ID 类型
示例值:people_corehr_id
|
public PatchCustomOrgReq.Builder clientToken(String clientToken)
示例值:1245464678
clientToken - public PatchCustomOrgReq.Builder userIdType(String userIdType)
示例值:people_corehr_id
userIdType - public PatchCustomOrgReq.Builder userIdType(PatchCustomOrgPatchCustomOrgUserIDTypeEnum userIdType)
示例值:people_corehr_id
userIdType - PatchCustomOrgPatchCustomOrgUserIDTypeEnumpublic PatchCustomOrgReq.Builder orgId(String orgId)
示例值:6862995757234914824
orgId - public CustomOrgUpdate getCustomOrgUpdate()
public PatchCustomOrgReq.Builder customOrgUpdate(CustomOrgUpdate body)
body - public PatchCustomOrgReq build()
Copyright © 2026. All rights reserved.