Class WorkflowCreateResponse

java.lang.Object
com.strongdm.api.WorkflowCreateResponse

public class WorkflowCreateResponse extends Object
WorkflowCreateResponse reports how the Workflow was created in the system.
  • Constructor Details

    • WorkflowCreateResponse

      public WorkflowCreateResponse()
  • Method Details

    • getRateLimit

      public RateLimitMetadata getRateLimit()
      Rate limit information.
    • setRateLimit

      public void setRateLimit(RateLimitMetadata in)
      Rate limit information.
    • getWorkflow

      public Workflow getWorkflow()
      The created workflow.
    • setWorkflow

      public void setWorkflow(Workflow in)
      The created workflow.