Uses of Class
com.tencentcloudapi.cwp.v20180228.models.DeleteSearchTemplateRequest
-
Packages that use DeleteSearchTemplateRequest Package Description com.tencentcloudapi.cwp.v20180228 com.tencentcloudapi.cwp.v20180228.models -
-
Uses of DeleteSearchTemplateRequest in com.tencentcloudapi.cwp.v20180228
Methods in com.tencentcloudapi.cwp.v20180228 with parameters of type DeleteSearchTemplateRequest Modifier and Type Method Description DeleteSearchTemplateResponseCwpClient. DeleteSearchTemplate(DeleteSearchTemplateRequest req)删除检索模板 -
Uses of DeleteSearchTemplateRequest in com.tencentcloudapi.cwp.v20180228.models
Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type DeleteSearchTemplateRequest Constructor Description DeleteSearchTemplateRequest(DeleteSearchTemplateRequest 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.
-