Uses of Class
com.tencentcloudapi.sqlserver.v20180328.models.FileAction
-
Packages that use FileAction Package Description com.tencentcloudapi.sqlserver.v20180328.models -
-
Uses of FileAction in com.tencentcloudapi.sqlserver.v20180328.models
Methods in com.tencentcloudapi.sqlserver.v20180328.models that return FileAction Modifier and Type Method Description FileAction
BusinessIntelligenceFile. getAction()
Get 动作相关信息Methods in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type FileAction Modifier and Type Method Description void
BusinessIntelligenceFile. setAction(FileAction Action)
Set 动作相关信息Constructors in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type FileAction Constructor Description FileAction(FileAction 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.
-