Uses of Class
com.tencentcloudapi.ess.v20201111.models.FailedUpdateStaffData
-
Packages that use FailedUpdateStaffData Package Description com.tencentcloudapi.ess.v20201111.models -
-
Uses of FailedUpdateStaffData in com.tencentcloudapi.ess.v20201111.models
Methods in com.tencentcloudapi.ess.v20201111.models that return FailedUpdateStaffData Modifier and Type Method Description FailedUpdateStaffData[]UpdateIntegrationEmployeesResponse. getFailedEmployeeData()Get 更新失败的用户列表Methods in com.tencentcloudapi.ess.v20201111.models with parameters of type FailedUpdateStaffData Modifier and Type Method Description voidUpdateIntegrationEmployeesResponse. setFailedEmployeeData(FailedUpdateStaffData[] FailedEmployeeData)Set 更新失败的用户列表Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type FailedUpdateStaffData Constructor Description FailedUpdateStaffData(FailedUpdateStaffData 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.
-