Class WorkflowsStepCompletedRequest

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

public class WorkflowsStepCompletedRequest
extends java.lang.Object
implements SlackApiRequest
  • Method Details

    • builder

    • getToken

      public java.lang.String getToken()
      Authentication token bearing required scopes.
      Specified by:
      getToken in interface SlackApiRequest
    • getWorkflowStepExecuteId

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

      public java.util.Map<java.lang.String,​java.lang.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 java.lang.String getOutputsAsString()
    • setToken

      public void setToken​(java.lang.String token)
      Authentication token bearing required scopes.
    • setWorkflowStepExecuteId

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

      public void setOutputs​(java.util.Map<java.lang.String,​java.lang.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​(java.lang.String outputsAsString)
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
    • hashCode

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

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object