Uses of Class
com.tencentcloudapi.essbasic.v20210526.models.Department
-
Packages that use Department Package Description com.tencentcloudapi.essbasic.v20210526.models -
-
Uses of Department in com.tencentcloudapi.essbasic.v20210526.models
Methods in com.tencentcloudapi.essbasic.v20210526.models that return Department Modifier and Type Method Description Department
Staff. getDepartment()
Get 员工部门 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.essbasic.v20210526.models with parameters of type Department Modifier and Type Method Description void
Staff. setDepartment(Department Department)
Set 员工部门 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.essbasic.v20210526.models with parameters of type Department Constructor Description Department(Department 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.
-