Uses of Class
com.tencentcloudapi.ame.v20190916.models.PutMusicOnTheShelvesRequest
-
Packages that use PutMusicOnTheShelvesRequest Package Description com.tencentcloudapi.ame.v20190916 com.tencentcloudapi.ame.v20190916.models -
-
Uses of PutMusicOnTheShelvesRequest in com.tencentcloudapi.ame.v20190916
Methods in com.tencentcloudapi.ame.v20190916 with parameters of type PutMusicOnTheShelvesRequest Modifier and Type Method Description PutMusicOnTheShelvesResponseAmeClient. PutMusicOnTheShelves(PutMusicOnTheShelvesRequest req)根据资源方所传歌曲信息,进行歌曲上架,多个歌曲同时请求时,需构造复合结构进行请求 -
Uses of PutMusicOnTheShelvesRequest in com.tencentcloudapi.ame.v20190916.models
Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type PutMusicOnTheShelvesRequest Constructor Description PutMusicOnTheShelvesRequest(PutMusicOnTheShelvesRequest 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.
-