public static class UpdateEmployeeOptions.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateEmployeeOptions |
build() |
UpdateEmployeeOptions.Builder |
dataSource(Integer dataSource)
数据来源
示例值:
|
UpdateEmployeeOptions.Builder |
enterpriseEmailPassword(String enterpriseEmailPassword)
用户企业邮箱登录时的密码
示例值:1
|
UpdateEmployeeOptions.Builder |
migrateGeoOptions(MigrateGeoOptions migrateGeoOptions)
迁移geo相关参数
示例值:
|
UpdateEmployeeOptions.Builder |
operator(Operator operator)
操作人
示例值:
|
UpdateEmployeeOptions.Builder |
resignedUserResouceReceiver(ResignedUserResouceReceiver resignedUserResouceReceiver)
资源转移方式
示例值:
|
UpdateEmployeeOptions.Builder |
resurrectEmployeeOptions(ResurrectEmployeeOptions resurrectEmployeeOptions)
恢复用户选项
示例值:
|
UpdateEmployeeOptions.Builder |
scenario(Scenario scenario)
scenario 用于离职恢复记录来源、判断限流策略等
示例值:
|
public UpdateEmployeeOptions.Builder enterpriseEmailPassword(String enterpriseEmailPassword)
示例值:1
enterpriseEmailPassword - public UpdateEmployeeOptions.Builder resignedUserResouceReceiver(ResignedUserResouceReceiver resignedUserResouceReceiver)
示例值:
resignedUserResouceReceiver - public UpdateEmployeeOptions.Builder dataSource(Integer dataSource)
示例值:
dataSource - public UpdateEmployeeOptions.Builder resurrectEmployeeOptions(ResurrectEmployeeOptions resurrectEmployeeOptions)
示例值:
resurrectEmployeeOptions - public UpdateEmployeeOptions.Builder scenario(Scenario scenario)
示例值:
scenario - public UpdateEmployeeOptions.Builder migrateGeoOptions(MigrateGeoOptions migrateGeoOptions)
示例值:
migrateGeoOptions - public UpdateEmployeeOptions.Builder operator(Operator operator)
示例值:
operator - public UpdateEmployeeOptions build()
Copyright © 2025. All rights reserved.