Class WorkflowsStepFailedRequest
java.lang.Object
com.slack.api.methods.request.workflows.WorkflowsStepFailedRequest
- All Implemented Interfaces:
SlackApiRequest
public class WorkflowsStepFailedRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkflowsStepFailedRequest.WorkflowsStepFailedRequestBuilder -
Method Summary
Modifier and Type Method Description static WorkflowsStepFailedRequest.WorkflowsStepFailedRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)Map<String,Object>getError()A JSON-based object with a message property that should contain a human readable error message.StringgetToken()Authentication token bearing required scopes.StringgetWorkflowStepExecuteId()Context identifier that maps to the correct workflow step execution.inthashCode()voidsetError(Map<String,Object> error)A JSON-based object with a message property that should contain a human readable error message.voidsetToken(String token)Authentication token bearing required scopes.voidsetWorkflowStepExecuteId(String workflowStepExecuteId)Context identifier that maps to the correct workflow step execution.StringtoString()
-
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
-