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://docs.slack.dev/workflows/workflow-steps
workflow_step_edit 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.WorkflowStepEditContext(String triggerId, String callbackId) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.Deprecated.inthashCode()Deprecated.voidsetCallbackId(String callbackId) Deprecated.voidsetTriggerId(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:
getTriggerIdin interfaceWorkflowConfigureUtility
-
getCallbackId
Deprecated.- Specified by:
getCallbackIdin interfaceWorkflowConfigureUtility
-
setTriggerId
Deprecated. -
setCallbackId
Deprecated. -
toString
Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated.
-