Uses of Class
com.tencentcloudapi.lowcode.v20210108.models.DataSourceQueryOption
-
Packages that use DataSourceQueryOption Package Description com.tencentcloudapi.lowcode.v20210108.models -
-
Uses of DataSourceQueryOption in com.tencentcloudapi.lowcode.v20210108.models
Methods in com.tencentcloudapi.lowcode.v20210108.models that return DataSourceQueryOption Modifier and Type Method Description DataSourceQueryOptionDescribeDataSourceListRequest. getQueryOption()Get 数据源模糊查询参数Methods in com.tencentcloudapi.lowcode.v20210108.models with parameters of type DataSourceQueryOption Modifier and Type Method Description voidDescribeDataSourceListRequest. setQueryOption(DataSourceQueryOption QueryOption)Set 数据源模糊查询参数Constructors in com.tencentcloudapi.lowcode.v20210108.models with parameters of type DataSourceQueryOption Constructor Description DataSourceQueryOption(DataSourceQueryOption 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.
-