Class WorkflowsStepCompletedRequest

java.lang.Object
com.slack.api.methods.request.workflows.WorkflowsStepCompletedRequest
All Implemented Interfaces:
SlackApiRequest

public class WorkflowsStepCompletedRequest extends Object implements SlackApiRequest
https://docs.slack.dev/legacy/legacy-steps-from-apps
  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token bearing required scopes.
      Specified by:
      getToken in interface SlackApiRequest
      Returns:
      token string value or null
    • getWorkflowStepExecuteId

      public String getWorkflowStepExecuteId()
      Context identifier that maps to the correct workflow step execution.
    • getOutputs

      public Map<String,Object> getOutputs()
      Key-value object of outputs from your step. Keys of this object reflect the configured key properties of your outputs array from your workflow_step object.
    • getOutputsAsString

      public String getOutputsAsString()
    • setToken

      public void setToken(String token)
      Authentication token bearing required scopes.
      Specified by:
      setToken in interface SlackApiRequest
    • setWorkflowStepExecuteId

      public void setWorkflowStepExecuteId(String workflowStepExecuteId)
      Context identifier that maps to the correct workflow step execution.
    • setOutputs

      public void setOutputs(Map<String,Object> outputs)
      Key-value object of outputs from your step. Keys of this object reflect the configured key properties of your outputs array from your workflow_step object.
    • setOutputsAsString

      public void setOutputsAsString(String outputsAsString)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object