Class WorkflowsStepFailedRequest
java.lang.Object
com.slack.api.methods.request.workflows.WorkflowsStepFailedRequest
- 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 booleanbooleangetError()A JSON-based object with a message property that should contain a human-readable error message.getToken()Authentication token bearing required scopes.Context identifier that maps to the correct workflow step execution.inthashCode()voidA JSON-based object with a message property that should contain a human-readable error message.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
-
getError
A JSON-based object with a message property that should contain a human-readable error message. -
getWorkflowStepExecuteId
Context identifier that maps to the correct workflow step execution. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setError
A JSON-based object with a message property that should contain a human-readable error message. -
setWorkflowStepExecuteId
Context identifier that maps to the correct workflow step execution. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-