Class WorkflowsStepCompletedRequest
java.lang.Object
com.slack.api.methods.request.workflows.WorkflowsStepCompletedRequest
- All Implemented Interfaces:
SlackApiRequest
public class WorkflowsStepCompletedRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkflowsStepCompletedRequest.WorkflowsStepCompletedRequestBuilder -
Method Summary
Modifier and Type Method Description static WorkflowsStepCompletedRequest.WorkflowsStepCompletedRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)Map<String,Object>getOutputs()Key-value object of outputs from your step.StringgetOutputsAsString()StringgetToken()Authentication token bearing required scopes.StringgetWorkflowStepExecuteId()Context identifier that maps to the correct workflow step execution.inthashCode()voidsetOutputs(Map<String,Object> outputs)Key-value object of outputs from your step.voidsetOutputsAsString(String outputsAsString)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
-
getWorkflowStepExecuteId
Context identifier that maps to the correct workflow step execution. -
getOutputs
Key-value object of outputs from your step. Keys of this object reflect the configured key properties of your outputs array from your workflow_step object. -
getOutputsAsString
-
setToken
Authentication token bearing required scopes. -
setWorkflowStepExecuteId
Context identifier that maps to the correct workflow step execution. -
setOutputs
Key-value object of outputs from your step. Keys of this object reflect the configured key properties of your outputs array from your workflow_step object. -
setOutputsAsString
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-