Class WorkflowStepExecuteContext
java.lang.Object
com.slack.api.bolt.context.Context
com.slack.api.bolt.context.builtin.WorkflowStepExecuteContext
- All Implemented Interfaces:
WorkflowCompleteUtility
,WorkflowFailUtility
public class WorkflowStepExecuteContext
extends Context
implements WorkflowCompleteUtility, WorkflowFailUtility
workflow_step_edit type request's context.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.slack.api.bolt.context.Context
additionalValues, authTestResponse, botId, botScopes, botToken, botUserId, enterpriseId, enterpriseInstall, logger, requestUserId, requestUserScopes, requestUserToken, slack, teamId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
void
setCallbackId
(String callbackId) void
setWorkflowStepExecuteId
(String workflowStepExecuteId) toString()
Methods inherited from class com.slack.api.bolt.context.Context
ack, ack, ackWithJson, asyncClient, client, getAdditionalValues, getAuthTestResponse, getBotId, getBotScopes, getBotToken, getBotUserId, getEnterpriseId, getLogger, getRequestUserId, getRequestUserScopes, getRequestUserToken, getSlack, getTeamId, isEnterpriseInstall, say, setAuthTestResponse, setBotId, setBotScopes, setBotToken, setBotUserId, setEnterpriseId, setEnterpriseInstall, setRequestUserId, setRequestUserScopes, setRequestUserToken, setSlack, setTeamId, toJson
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.slack.api.bolt.context.WorkflowCompleteUtility
client, complete
Methods inherited from interface com.slack.api.bolt.context.WorkflowFailUtility
client, fail
-
Constructor Details
-
WorkflowStepExecuteContext
public WorkflowStepExecuteContext() -
WorkflowStepExecuteContext
-
-
Method Details
-
builder
-
getCallbackId
-
getWorkflowStepExecuteId
- Specified by:
getWorkflowStepExecuteId
in interfaceWorkflowCompleteUtility
- Specified by:
getWorkflowStepExecuteId
in interfaceWorkflowFailUtility
-
setCallbackId
-
setWorkflowStepExecuteId
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-