Uses of Class
com.tencentcloudapi.tione.v20191022.models.DeleteCodeRepositoryResponse
-
Packages that use DeleteCodeRepositoryResponse Package Description com.tencentcloudapi.tione.v20191022 com.tencentcloudapi.tione.v20191022.models -
-
Uses of DeleteCodeRepositoryResponse in com.tencentcloudapi.tione.v20191022
Methods in com.tencentcloudapi.tione.v20191022 that return DeleteCodeRepositoryResponse Modifier and Type Method Description DeleteCodeRepositoryResponseTioneClient. DeleteCodeRepository(DeleteCodeRepositoryRequest req)删除存储库 -
Uses of DeleteCodeRepositoryResponse in com.tencentcloudapi.tione.v20191022.models
Constructors in com.tencentcloudapi.tione.v20191022.models with parameters of type DeleteCodeRepositoryResponse Constructor Description DeleteCodeRepositoryResponse(DeleteCodeRepositoryResponse 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.
-