Uses of Class
com.tencentcloudapi.tci.v20190318.models.DeleteLibraryRequest
-
Packages that use DeleteLibraryRequest Package Description com.tencentcloudapi.tci.v20190318 com.tencentcloudapi.tci.v20190318.models -
-
Uses of DeleteLibraryRequest in com.tencentcloudapi.tci.v20190318
Methods in com.tencentcloudapi.tci.v20190318 with parameters of type DeleteLibraryRequest Modifier and Type Method Description DeleteLibraryResponseTciClient. DeleteLibrary(DeleteLibraryRequest req)删除人员库 -
Uses of DeleteLibraryRequest in com.tencentcloudapi.tci.v20190318.models
Constructors in com.tencentcloudapi.tci.v20190318.models with parameters of type DeleteLibraryRequest Constructor Description DeleteLibraryRequest(DeleteLibraryRequest 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.
-