Uses of Class
com.tencentcloudapi.mps.v20190612.models.EnableWorkflowRequest
-
Packages that use EnableWorkflowRequest Package Description com.tencentcloudapi.mps.v20190612 com.tencentcloudapi.mps.v20190612.models -
-
Uses of EnableWorkflowRequest in com.tencentcloudapi.mps.v20190612
Methods in com.tencentcloudapi.mps.v20190612 with parameters of type EnableWorkflowRequest Modifier and Type Method Description EnableWorkflowResponseMpsClient. EnableWorkflow(EnableWorkflowRequest req)启用工作流。 -
Uses of EnableWorkflowRequest in com.tencentcloudapi.mps.v20190612.models
Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type EnableWorkflowRequest Constructor Description EnableWorkflowRequest(EnableWorkflowRequest 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.
-