Package com.strongdm.api
Class WorkflowCreateResponse
java.lang.Object
com.strongdm.api.WorkflowCreateResponse
WorkflowCreateResponse reports how the Workflow was created in the system.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRate limit information.The created workflow.void
Rate limit information.void
setWorkflow
(Workflow in) The created workflow.
-
Constructor Details
-
WorkflowCreateResponse
public WorkflowCreateResponse()
-
-
Method Details
-
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information. -
getWorkflow
The created workflow. -
setWorkflow
The created workflow.
-