Class WorkflowsStepFailedRequest

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

public class WorkflowsStepFailedRequest 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
    • getError

      public Map<String,Object> getError()
      A JSON-based object with a message property that should contain a human-readable error message.
    • getWorkflowStepExecuteId

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

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

      public void setError(Map<String,Object> error)
      A JSON-based object with a message property that should contain a human-readable error message.
    • setWorkflowStepExecuteId

      public void setWorkflowStepExecuteId(String workflowStepExecuteId)
      Context identifier that maps to the correct workflow step execution.
    • 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