public static class UserDepartmentSortInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
UserDepartmentSortInfo |
build() |
UserDepartmentSortInfo.Builder |
departmentId(String departmentId)
部门id,部门id类型为 open_department_id,了解部门 ID
可参见[部门资源介绍](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/contact-v3/department/field-overview)。
|
UserDepartmentSortInfo.Builder |
orderWeightAmongDeparments(String orderWeightAmongDeparments)
用户多个部门间的排序权重
示例值:100
|
UserDepartmentSortInfo.Builder |
orderWeightInDeparment(String orderWeightInDeparment)
用户在部门内的排序权重
示例值:100
|
public UserDepartmentSortInfo.Builder departmentId(String departmentId)
示例值:h12921
departmentId - public UserDepartmentSortInfo.Builder orderWeightInDeparment(String orderWeightInDeparment)
示例值:100
orderWeightInDeparment - public UserDepartmentSortInfo.Builder orderWeightAmongDeparments(String orderWeightAmongDeparments)
示例值:100
orderWeightAmongDeparments - public UserDepartmentSortInfo build()
Copyright © 2026. All rights reserved.