Class WorkflowsStepFailedRequest.WorkflowsStepFailedRequestBuilder
java.lang.Object
com.slack.api.methods.request.workflows.WorkflowsStepFailedRequest.WorkflowsStepFailedRequestBuilder
- Enclosing class:
- WorkflowsStepFailedRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()A JSON-based object with a message property that should contain a human-readable error message.Authentication token bearing required scopes.toString()workflowStepExecuteId(String workflowStepExecuteId) Context identifier that maps to the correct workflow step execution.
-
Method Details
-
token
Authentication token bearing required scopes.- Returns:
this.
-
error
A JSON-based object with a message property that should contain a human-readable error message.- Returns:
this.
-
workflowStepExecuteId
public WorkflowsStepFailedRequest.WorkflowsStepFailedRequestBuilder workflowStepExecuteId(String workflowStepExecuteId) Context identifier that maps to the correct workflow step execution.- Returns:
this.
-
build
-
toString
-