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
All Methods Static Methods Instance Methods Concrete Methods 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 Detail
-
builder
public static WorkflowsStepFailedRequest.WorkflowsStepFailedRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getError
public Map<String,Object> getError()
A JSON-based object with a message property that should contain a human readable error message.
-
getWorkflowStepExecuteId
public String getWorkflowStepExecuteId()
Context identifier that maps to the correct workflow step execution.
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.
-
setError
public void setError(Map<String,Object> error)
A JSON-based object with a message property that should contain a human readable error message.
-
setWorkflowStepExecuteId
public void setWorkflowStepExecuteId(String workflowStepExecuteId)
Context identifier that maps to the correct workflow step execution.
-
canEqual
protected boolean canEqual(Object other)
-
-