Uses of Class
com.tencentcloudapi.tci.v20190318.models.ModifyPersonResponse
-
Packages that use ModifyPersonResponse Package Description com.tencentcloudapi.tci.v20190318 com.tencentcloudapi.tci.v20190318.models -
-
Uses of ModifyPersonResponse in com.tencentcloudapi.tci.v20190318
Methods in com.tencentcloudapi.tci.v20190318 that return ModifyPersonResponse Modifier and Type Method Description ModifyPersonResponseTciClient. ModifyPerson(ModifyPersonRequest req)修改人员信息 -
Uses of ModifyPersonResponse in com.tencentcloudapi.tci.v20190318.models
Constructors in com.tencentcloudapi.tci.v20190318.models with parameters of type ModifyPersonResponse Constructor Description ModifyPersonResponse(ModifyPersonResponse 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.
-