Class WorkflowsStepCompletedRequest
java.lang.Object
com.slack.api.methods.request.workflows.WorkflowsStepCompletedRequest
- All Implemented Interfaces:
SlackApiRequest
public class WorkflowsStepCompletedRequest extends java.lang.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(java.lang.Object other)booleanequals(java.lang.Object o)java.util.Map<java.lang.String,java.lang.Object>getOutputs()Key-value object of outputs from your step.java.lang.StringgetOutputsAsString()java.lang.StringgetToken()Authentication token bearing required scopes.java.lang.StringgetWorkflowStepExecuteId()Context identifier that maps to the correct workflow step execution.inthashCode()voidsetOutputs(java.util.Map<java.lang.String,java.lang.Object> outputs)Key-value object of outputs from your step.voidsetOutputsAsString(java.lang.String outputsAsString)voidsetToken(java.lang.String token)Authentication token bearing required scopes.voidsetWorkflowStepExecuteId(java.lang.String workflowStepExecuteId)Context identifier that maps to the correct workflow step execution.java.lang.StringtoString()
-
Method Details
-
builder
-
getToken
public java.lang.String getToken()Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getWorkflowStepExecuteId
public java.lang.String getWorkflowStepExecuteId()Context identifier that maps to the correct workflow step execution. -
getOutputs
public java.util.Map<java.lang.String,java.lang.Object> 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
public java.lang.String getOutputsAsString() -
setToken
public void setToken(java.lang.String token)Authentication token bearing required scopes. -
setWorkflowStepExecuteId
public void setWorkflowStepExecuteId(java.lang.String workflowStepExecuteId)Context identifier that maps to the correct workflow step execution. -
setOutputs
public void setOutputs(java.util.Map<java.lang.String,java.lang.Object> outputs)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
public void setOutputsAsString(java.lang.String outputsAsString) -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-