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