public static class PatchDepartmentReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
PatchDepartmentReq |
build() |
PatchDepartmentReq.Builder |
departmentId(String departmentId)
部门ID
示例值:h12921
|
PatchDepartmentReq.Builder |
departmentIdType(PatchDepartmentDepartmentIdTypeEnum departmentIdType)
此次调用中使用的部门ID的类型
示例值:open_department_id
|
PatchDepartmentReq.Builder |
departmentIdType(String departmentIdType)
此次调用中使用的部门ID的类型
示例值:open_department_id
|
PatchDepartmentReq.Builder |
employeeIdType(PatchDepartmentEmployeeIdTypeEnum employeeIdType)
此次调用中使用的用户ID的类型
示例值:open_id
|
PatchDepartmentReq.Builder |
employeeIdType(String employeeIdType)
此次调用中使用的用户ID的类型
示例值:open_id
|
PatchDepartmentReqBody |
getPatchDepartmentReqBody() |
PatchDepartmentReq.Builder |
isAdminRole(Boolean isAdminRole)
adminRole鉴权
示例值:
|
PatchDepartmentReq.Builder |
patchDepartmentReqBody(PatchDepartmentReqBody body)
body
|
public PatchDepartmentReq.Builder employeeIdType(String employeeIdType)
示例值:open_id
employeeIdType - public PatchDepartmentReq.Builder employeeIdType(PatchDepartmentEmployeeIdTypeEnum employeeIdType)
示例值:open_id
employeeIdType - PatchDepartmentEmployeeIdTypeEnumpublic PatchDepartmentReq.Builder departmentIdType(String departmentIdType)
示例值:open_department_id
departmentIdType - public PatchDepartmentReq.Builder departmentIdType(PatchDepartmentDepartmentIdTypeEnum departmentIdType)
示例值:open_department_id
departmentIdType - PatchDepartmentDepartmentIdTypeEnumpublic PatchDepartmentReq.Builder isAdminRole(Boolean isAdminRole)
示例值:
isAdminRole - public PatchDepartmentReq.Builder departmentId(String departmentId)
示例值:h12921
departmentId - public PatchDepartmentReqBody getPatchDepartmentReqBody()
public PatchDepartmentReq.Builder patchDepartmentReqBody(PatchDepartmentReqBody body)
body - public PatchDepartmentReq build()
Copyright © 2026. All rights reserved.