Uses of Class
com.tencentcloudapi.cme.v20191029.models.CreateLinkRequest
-
Packages that use CreateLinkRequest Package Description com.tencentcloudapi.cme.v20191029 com.tencentcloudapi.cme.v20191029.models -
-
Uses of CreateLinkRequest in com.tencentcloudapi.cme.v20191029
Methods in com.tencentcloudapi.cme.v20191029 with parameters of type CreateLinkRequest Modifier and Type Method Description CreateLinkResponse
CmeClient. CreateLink(CreateLinkRequest req)
创建媒体链接或分类路径链接,将资源信息链接到目标。 -
Uses of CreateLinkRequest in com.tencentcloudapi.cme.v20191029.models
Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type CreateLinkRequest Constructor Description CreateLinkRequest(CreateLinkRequest 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.
-