Uses of Class
com.tencentcloudapi.ess.v20201111.models.ModifyIntegrationDepartmentResponse
-
Packages that use ModifyIntegrationDepartmentResponse Package Description com.tencentcloudapi.ess.v20201111 com.tencentcloudapi.ess.v20201111.models -
-
Uses of ModifyIntegrationDepartmentResponse in com.tencentcloudapi.ess.v20201111
Methods in com.tencentcloudapi.ess.v20201111 that return ModifyIntegrationDepartmentResponse Modifier and Type Method Description ModifyIntegrationDepartmentResponse
EssClient. ModifyIntegrationDepartment(ModifyIntegrationDepartmentRequest req)
此接口(ModifyIntegrationDepartment)用于更新企业的部门信息,支持更新部门名称、客户系统部门ID和部门序号等信息。 -
Uses of ModifyIntegrationDepartmentResponse in com.tencentcloudapi.ess.v20201111.models
Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type ModifyIntegrationDepartmentResponse Constructor Description ModifyIntegrationDepartmentResponse(ModifyIntegrationDepartmentResponse 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.
-