Uses of Class
com.tencentcloudapi.ivld.v20210903.models.DeleteCustomCategoryResponse
-
Packages that use DeleteCustomCategoryResponse Package Description com.tencentcloudapi.ivld.v20210903 com.tencentcloudapi.ivld.v20210903.models -
-
Uses of DeleteCustomCategoryResponse in com.tencentcloudapi.ivld.v20210903
Methods in com.tencentcloudapi.ivld.v20210903 that return DeleteCustomCategoryResponse Modifier and Type Method Description DeleteCustomCategoryResponseIvldClient. DeleteCustomCategory(DeleteCustomCategoryRequest req)删除自定义分类信息 -
Uses of DeleteCustomCategoryResponse in com.tencentcloudapi.ivld.v20210903.models
Constructors in com.tencentcloudapi.ivld.v20210903.models with parameters of type DeleteCustomCategoryResponse Constructor Description DeleteCustomCategoryResponse(DeleteCustomCategoryResponse 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.
-