Class WorkflowStepSaveContext
java.lang.Object
com.slack.api.bolt.context.Context
com.slack.api.bolt.context.builtin.WorkflowStepSaveContext
- All Implemented Interfaces:
WorkflowUpdateUtility
Deprecated.
Use new custom steps: https://docs.slack.dev/workflows/workflow-steps
workflow_step_save 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionack(ViewSubmissionResponse response) Deprecated.Deprecated.Deprecated.Deprecated.ackWithErrors(Map<String, String> errors) Deprecated.builder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.inthashCode()Deprecated.voidsetWorkflowStepEditId(String workflowStepEditId) 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.WorkflowUpdateUtility
client, update, update
-
Constructor Details
-
WorkflowStepSaveContext
public WorkflowStepSaveContext()Deprecated. -
WorkflowStepSaveContext
Deprecated.
-
-
Method Details
-
ack
Deprecated. -
ack
public Response ack(BuilderConfigurator<ViewSubmissionResponse.ViewSubmissionResponseBuilder> builder) Deprecated. -
ackWithErrors
Deprecated. -
ack
Deprecated. -
ack
Deprecated. -
builder
Deprecated. -
getWorkflowStepEditId
Deprecated.- Specified by:
getWorkflowStepEditIdin interfaceWorkflowUpdateUtility
-
setWorkflowStepEditId
Deprecated. -
toString
Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated.
-