Uses of Class
com.tencentcloudapi.ess.v20201111.models.IntegrationDepartment
-
Packages that use IntegrationDepartment Package Description com.tencentcloudapi.ess.v20201111.models -
-
Uses of IntegrationDepartment in com.tencentcloudapi.ess.v20201111.models
Methods in com.tencentcloudapi.ess.v20201111.models that return IntegrationDepartment Modifier and Type Method Description IntegrationDepartment[]DescribeIntegrationDepartmentsResponse. getDepartments()Get 部门信息列表。部门信息根据部门排序号OrderNo降序排列,根据部门创建时间升序排列。Methods in com.tencentcloudapi.ess.v20201111.models with parameters of type IntegrationDepartment Modifier and Type Method Description voidDescribeIntegrationDepartmentsResponse. setDepartments(IntegrationDepartment[] Departments)Set 部门信息列表。部门信息根据部门排序号OrderNo降序排列,根据部门创建时间升序排列。Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type IntegrationDepartment Constructor Description IntegrationDepartment(IntegrationDepartment 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.
-