Uses of Class
com.tencentcloudapi.smh.v20210712.models.LibraryExtension
-
Packages that use LibraryExtension Package Description com.tencentcloudapi.smh.v20210712.models -
-
Uses of LibraryExtension in com.tencentcloudapi.smh.v20210712.models
Methods in com.tencentcloudapi.smh.v20210712.models that return LibraryExtension Modifier and Type Method Description LibraryExtensionCreateLibraryRequest. getLibraryExtension()Get 媒体库配置项,部分参数新建后不可更改LibraryExtensionLibrary. getLibraryExtension()Get 媒体库配置项LibraryExtensionModifyLibraryRequest. getLibraryExtension()Get 媒体库配置项,部分参数在新建后不可更改,且仅修改传入的参数。如不传该参数则不修改任何配置项。Methods in com.tencentcloudapi.smh.v20210712.models with parameters of type LibraryExtension Modifier and Type Method Description voidCreateLibraryRequest. setLibraryExtension(LibraryExtension LibraryExtension)Set 媒体库配置项,部分参数新建后不可更改voidLibrary. setLibraryExtension(LibraryExtension LibraryExtension)Set 媒体库配置项voidModifyLibraryRequest. setLibraryExtension(LibraryExtension LibraryExtension)Set 媒体库配置项,部分参数在新建后不可更改,且仅修改传入的参数。如不传该参数则不修改任何配置项。Constructors in com.tencentcloudapi.smh.v20210712.models with parameters of type LibraryExtension Constructor Description LibraryExtension(LibraryExtension 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.
-