Class WorkflowStepEditContext
java.lang.Object
com.slack.api.bolt.context.Context
com.slack.api.bolt.context.builtin.WorkflowStepEditContext
- All Implemented Interfaces:
WorkflowConfigureUtility
@Deprecated
public class WorkflowStepEditContext
extends Context
implements WorkflowConfigureUtility
Deprecated.
Use new custom steps: https://api.slack.com/automation/functions/custom-bolt
workflow_step_edit type request's context.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated. -
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.WorkflowStepEditContext
(String triggerId, String callbackId) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Deprecated.protected boolean
Deprecated.boolean
Deprecated.Deprecated.Deprecated.int
hashCode()
Deprecated.void
setCallbackId
(String callbackId) Deprecated.void
setTriggerId
(String triggerId) 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, toJson
-
Constructor Details
-
WorkflowStepEditContext
public WorkflowStepEditContext()Deprecated. -
WorkflowStepEditContext
Deprecated.
-
-
Method Details
-
builder
Deprecated. -
getTriggerId
Deprecated.- Specified by:
getTriggerId
in interfaceWorkflowConfigureUtility
-
getCallbackId
Deprecated.- Specified by:
getCallbackId
in interfaceWorkflowConfigureUtility
-
setTriggerId
Deprecated. -
setCallbackId
Deprecated. -
toString
Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated.
-