public class CreateEmployeeOptions extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateEmployeeOptions.Builder |
| 构造器和说明 |
|---|
CreateEmployeeOptions() |
CreateEmployeeOptions(CreateEmployeeOptions.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getDataSource() |
EmployeeTraceInfo |
getEmployeeTraceInfo() |
String |
getEnterpriseEmailPassword() |
String |
getGeoName() |
String |
getHomeUserId() |
SendNotification |
getNeedSendNotification() |
String[] |
getSubscriptionIds() |
static CreateEmployeeOptions.Builder |
newBuilder() |
void |
setDataSource(Integer dataSource) |
void |
setEmployeeTraceInfo(EmployeeTraceInfo employeeTraceInfo) |
void |
setEnterpriseEmailPassword(String enterpriseEmailPassword) |
void |
setGeoName(String geoName) |
void |
setHomeUserId(String homeUserId) |
void |
setNeedSendNotification(SendNotification needSendNotification) |
void |
setSubscriptionIds(String[] subscriptionIds) |
public CreateEmployeeOptions()
public CreateEmployeeOptions(CreateEmployeeOptions.Builder builder)
public static CreateEmployeeOptions.Builder newBuilder()
public String getGeoName()
public void setGeoName(String geoName)
public String getHomeUserId()
public void setHomeUserId(String homeUserId)
public EmployeeTraceInfo getEmployeeTraceInfo()
public void setEmployeeTraceInfo(EmployeeTraceInfo employeeTraceInfo)
public String getEnterpriseEmailPassword()
public void setEnterpriseEmailPassword(String enterpriseEmailPassword)
public Integer getDataSource()
public void setDataSource(Integer dataSource)
public String[] getSubscriptionIds()
public void setSubscriptionIds(String[] subscriptionIds)
public SendNotification getNeedSendNotification()
public void setNeedSendNotification(SendNotification needSendNotification)
Copyright © 2026. All rights reserved.