Class WorkflowsStepFailedRequest
java.lang.Object
com.slack.api.methods.request.workflows.WorkflowsStepFailedRequest
- All Implemented Interfaces:
SlackApiRequest
-
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
-
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. -
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
-