Class WorkflowsStepCompletedRequest
java.lang.Object
com.slack.api.methods.request.workflows.WorkflowsStepCompletedRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/legacy/legacy-steps-from-apps
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanKey-value object of outputs from your step.getToken()Authentication token bearing required scopes.Context identifier that maps to the correct workflow step execution.inthashCode()voidsetOutputs(Map<String, Object> outputs) Key-value object of outputs from your step.voidsetOutputsAsString(String outputsAsString) voidAuthentication token bearing required scopes.voidsetWorkflowStepExecuteId(String workflowStepExecuteId) Context identifier that maps to the correct workflow step execution.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getWorkflowStepExecuteId
Context identifier that maps to the correct workflow step execution. -
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
-
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setWorkflowStepExecuteId
Context identifier that maps to the correct workflow step execution. -
setOutputs
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
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-