Package | Description |
---|---|
com.tencentcloudapi.ess.v20201111.models |
Modifier and Type | Method and Description |
---|---|
Staff[] |
CreateIntegrationEmployeesRequest.getEmployees()
Get 待创建员工的信息,Mobile和DisplayName必填
|
Staff[] |
DeleteIntegrationEmployeesRequest.getEmployees()
Get 待移除员工的信息,userId和openId二选一,必填一个
|
Staff[] |
DescribeIntegrationEmployeesResponse.getEmployees()
Get 员工数据列表
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
CreateIntegrationEmployeesRequest.setEmployees(Staff[] Employees)
Set 待创建员工的信息,Mobile和DisplayName必填
|
void |
DeleteIntegrationEmployeesRequest.setEmployees(Staff[] Employees)
Set 待移除员工的信息,userId和openId二选一,必填一个
|
void |
DescribeIntegrationEmployeesResponse.setEmployees(Staff[] Employees)
Set 员工数据列表
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
Staff(Staff source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2022. All rights reserved.