public static class BatchDepartmentReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchDepartmentReq |
build() |
BatchDepartmentReq.Builder |
departmentIds(String[] departmentIds)
查询的部门ID列表,类型需要与department_id_type对应
示例值:
|
BatchDepartmentReq.Builder |
departmentIdType(BatchDepartmentDepartmentIdTypeEnum departmentIdType)
说明请求中department_id_list参数所使用的部门ID类型
示例值:open_department_id
|
BatchDepartmentReq.Builder |
departmentIdType(String departmentIdType)
说明请求中department_id_list参数所使用的部门ID类型
示例值:open_department_id
|
BatchDepartmentReq.Builder |
userIdType(BatchDepartmentUserIdTypeEnum userIdType)
指定调用结果中包含用户(如部门leader)关联的用户ID类型
示例值:open_id
|
BatchDepartmentReq.Builder |
userIdType(String userIdType)
指定调用结果中包含用户(如部门leader)关联的用户ID类型
示例值:open_id
|
public BatchDepartmentReq.Builder departmentIds(String[] departmentIds)
示例值:
departmentIds - public BatchDepartmentReq.Builder departmentIdType(String departmentIdType)
示例值:open_department_id
departmentIdType - public BatchDepartmentReq.Builder departmentIdType(BatchDepartmentDepartmentIdTypeEnum departmentIdType)
示例值:open_department_id
departmentIdType - BatchDepartmentDepartmentIdTypeEnumpublic BatchDepartmentReq.Builder userIdType(String userIdType)
示例值:open_id
userIdType - public BatchDepartmentReq.Builder userIdType(BatchDepartmentUserIdTypeEnum userIdType)
示例值:open_id
userIdType - BatchDepartmentUserIdTypeEnumpublic BatchDepartmentReq build()
Copyright © 2024. All rights reserved.