public static class RegularEmployeeReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
RegularEmployeeReq |
build() |
RegularEmployeeReq.Builder |
departmentIdType(RegularEmployeeDepartmentIdTypeEnum departmentIdType)
部门ID类型
示例值:open_department_id
|
RegularEmployeeReq.Builder |
departmentIdType(String departmentIdType)
部门ID类型
示例值:open_department_id
|
RegularEmployeeReq.Builder |
employeeId(String employeeId)
雇员ID
示例值:d2e1jas
|
RegularEmployeeReq.Builder |
employeeIdType(RegularEmployeeEmployeeIdTypeEnum employeeIdType)
员工ID类型
示例值:open_id
|
RegularEmployeeReq.Builder |
employeeIdType(String employeeIdType)
员工ID类型
示例值:open_id
|
RegularEmployeeReqBody |
getRegularEmployeeReqBody() |
RegularEmployeeReq.Builder |
isAdminRole(Boolean isAdminRole)
adminRole鉴权
示例值:
|
RegularEmployeeReq.Builder |
regularEmployeeReqBody(RegularEmployeeReqBody body)
body
|
public RegularEmployeeReq.Builder isAdminRole(Boolean isAdminRole)
示例值:
isAdminRole - public RegularEmployeeReq.Builder employeeIdType(String employeeIdType)
示例值:open_id
employeeIdType - public RegularEmployeeReq.Builder employeeIdType(RegularEmployeeEmployeeIdTypeEnum employeeIdType)
示例值:open_id
employeeIdType - RegularEmployeeEmployeeIdTypeEnumpublic RegularEmployeeReq.Builder departmentIdType(String departmentIdType)
示例值:open_department_id
departmentIdType - public RegularEmployeeReq.Builder departmentIdType(RegularEmployeeDepartmentIdTypeEnum departmentIdType)
示例值:open_department_id
departmentIdType - RegularEmployeeDepartmentIdTypeEnumpublic RegularEmployeeReq.Builder employeeId(String employeeId)
示例值:d2e1jas
employeeId - public RegularEmployeeReqBody getRegularEmployeeReqBody()
public RegularEmployeeReq.Builder regularEmployeeReqBody(RegularEmployeeReqBody body)
body - public RegularEmployeeReq build()
Copyright © 2025. All rights reserved.