Class WorkflowStepExecuteContext
java.lang.Object
com.slack.api.bolt.context.Context
com.slack.api.bolt.context.builtin.WorkflowStepExecuteContext
- All Implemented Interfaces:
WorkflowCompleteUtility,WorkflowFailUtility
@Deprecated
public class WorkflowStepExecuteContext
extends Context
implements WorkflowCompleteUtility, WorkflowFailUtility
Deprecated.
Use new custom steps: https://docs.slack.dev/workflows/workflow-steps
workflow_step_execute type request's context.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Field Summary
Fields inherited from class com.slack.api.bolt.context.Context
additionalValues, authTestResponse, botId, botScopes, botToken, botUserId, enterpriseId, enterpriseInstall, functionBotAccessToken, functionExecutionId, logger, requestUserId, requestUserScopes, requestUserToken, slack, teamId -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.WorkflowStepExecuteContext(String callbackId, String workflowStepExecuteId) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.Deprecated.inthashCode()Deprecated.voidsetCallbackId(String callbackId) Deprecated.voidsetWorkflowStepExecuteId(String workflowStepExecuteId) Deprecated.toString()Deprecated.Methods inherited from class com.slack.api.bolt.context.Context
ack, ack, ackWithJson, asyncClient, client, getAdditionalValues, getAuthTestResponse, getBotId, getBotScopes, getBotToken, getBotUserId, getEnterpriseId, getFunctionBotAccessToken, getFunctionExecutionId, getLogger, getRequestUserId, getRequestUserScopes, getRequestUserToken, getSlack, getTeamId, isAttachingFunctionTokenEnabled, isEnterpriseInstall, say, setAttachingFunctionTokenEnabled, setAuthTestResponse, setBotId, setBotScopes, setBotToken, setBotUserId, setEnterpriseId, setEnterpriseInstall, setFunctionBotAccessToken, setFunctionExecutionId, setRequestUserId, setRequestUserScopes, setRequestUserToken, setSlack, setTeamId, toJsonMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.slack.api.bolt.context.WorkflowCompleteUtility
client, completeMethods inherited from interface com.slack.api.bolt.context.WorkflowFailUtility
client, fail
-
Constructor Details
-
WorkflowStepExecuteContext
public WorkflowStepExecuteContext()Deprecated. -
WorkflowStepExecuteContext
Deprecated.
-
-
Method Details
-
builder
Deprecated. -
getCallbackId
Deprecated. -
getWorkflowStepExecuteId
Deprecated.- Specified by:
getWorkflowStepExecuteIdin interfaceWorkflowCompleteUtility- Specified by:
getWorkflowStepExecuteIdin interfaceWorkflowFailUtility
-
setCallbackId
Deprecated. -
setWorkflowStepExecuteId
Deprecated. -
toString
Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated.
-