Uses of Class
com.tencentcloudapi.ess.v20201111.models.DescribeIntegrationEmployeesResponse
-
Packages that use DescribeIntegrationEmployeesResponse Package Description com.tencentcloudapi.ess.v20201111 com.tencentcloudapi.ess.v20201111.models -
-
Uses of DescribeIntegrationEmployeesResponse in com.tencentcloudapi.ess.v20201111
Methods in com.tencentcloudapi.ess.v20201111 that return DescribeIntegrationEmployeesResponse Modifier and Type Method Description DescribeIntegrationEmployeesResponse
EssClient. DescribeIntegrationEmployees(DescribeIntegrationEmployeesRequest req)
此接口(DescribeIntegrationEmployees)用于分页查询企业员工信息列表,支持设置过滤条件以筛选员工查询结果。 -
Uses of DescribeIntegrationEmployeesResponse in com.tencentcloudapi.ess.v20201111.models
Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type DescribeIntegrationEmployeesResponse Constructor Description DescribeIntegrationEmployeesResponse(DescribeIntegrationEmployeesResponse 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.
-