Uses of Class
com.tencentcloudapi.tsf.v20180326.models.UpdateRepositoryResponse
-
Packages that use UpdateRepositoryResponse Package Description com.tencentcloudapi.tsf.v20180326 com.tencentcloudapi.tsf.v20180326.models -
-
Uses of UpdateRepositoryResponse in com.tencentcloudapi.tsf.v20180326
Methods in com.tencentcloudapi.tsf.v20180326 that return UpdateRepositoryResponse Modifier and Type Method Description UpdateRepositoryResponseTsfClient. UpdateRepository(UpdateRepositoryRequest req)更新仓库信息 -
Uses of UpdateRepositoryResponse in com.tencentcloudapi.tsf.v20180326.models
Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type UpdateRepositoryResponse Constructor Description UpdateRepositoryResponse(UpdateRepositoryResponse 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.
-