Uses of Class
com.tencentcloudapi.cme.v20191029.models.SearchScope
-
Packages that use SearchScope Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of SearchScope in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return SearchScope Modifier and Type Method Description SearchScope[]SearchMaterialRequest. getSearchScopes()Get 指定搜索空间,数组长度不得超过5。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type SearchScope Modifier and Type Method Description voidSearchMaterialRequest. setSearchScopes(SearchScope[] SearchScopes)Set 指定搜索空间,数组长度不得超过5。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type SearchScope Constructor Description SearchScope(SearchScope 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.
-