Uses of Class
com.tencentcloudapi.ess.v20201111.models.StaffRole
-
Packages that use StaffRole Package Description com.tencentcloudapi.ess.v20201111.models -
-
Uses of StaffRole in com.tencentcloudapi.ess.v20201111.models
Methods in com.tencentcloudapi.ess.v20201111.models that return StaffRole Modifier and Type Method Description StaffRole[]Staff. getRoles()Get 员工角色信息。 注:`创建和更新场景无需填写。` 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ess.v20201111.models with parameters of type StaffRole Modifier and Type Method Description voidStaff. setRoles(StaffRole[] Roles)Set 员工角色信息。 注:`创建和更新场景无需填写。` 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type StaffRole Constructor Description StaffRole(StaffRole 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.
-