Uses of Class
com.tencentcloudapi.ess.v20201111.models.FailedDeleteStaffData
-
Packages that use FailedDeleteStaffData Package Description com.tencentcloudapi.ess.v20201111.models -
-
Uses of FailedDeleteStaffData in com.tencentcloudapi.ess.v20201111.models
Methods in com.tencentcloudapi.ess.v20201111.models that return FailedDeleteStaffData Modifier and Type Method Description FailedDeleteStaffData[]DeleteStaffsResult. getFailedEmployeeData()Get 删除员工的失败数据 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ess.v20201111.models with parameters of type FailedDeleteStaffData Modifier and Type Method Description voidDeleteStaffsResult. setFailedEmployeeData(FailedDeleteStaffData[] FailedEmployeeData)Set 删除员工的失败数据 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type FailedDeleteStaffData Constructor Description FailedDeleteStaffData(FailedDeleteStaffData 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.
-