Package com.slack.api.bolt.context
Interface WorkflowConfigureUtility
- All Known Implementing Classes:
WorkflowStepEditContext
Deprecated.
Use new custom steps: https://docs.slack.dev/workflows/workflow-steps
-
Method Summary
Modifier and TypeMethodDescriptionclient()Deprecated.default ViewsOpenResponseconfigure(List<LayoutBlock> blocks) Deprecated.default ViewsOpenResponseconfigure(List<LayoutBlock> blocks, String privateMetadata) Deprecated.default ViewsOpenResponseconfigure(List<LayoutBlock> blocks, String privateMetadata, String externalId) Deprecated.default ViewsOpenResponseconfigure(List<LayoutBlock> blocks, String privateMetadata, String externalId, Boolean submitDisabled) Deprecated.Deprecated.Deprecated.
-
Method Details
-
getTriggerId
String getTriggerId()Deprecated. -
getCallbackId
String getCallbackId()Deprecated. -
client
MethodsClient client()Deprecated. -
configure
Deprecated.- Throws:
IOExceptionSlackApiException
-
configure
default ViewsOpenResponse configure(List<LayoutBlock> blocks, String privateMetadata) throws IOException, SlackApiException Deprecated.- Throws:
IOExceptionSlackApiException
-
configure
default ViewsOpenResponse configure(List<LayoutBlock> blocks, String privateMetadata, String externalId) throws IOException, SlackApiException Deprecated.- Throws:
IOExceptionSlackApiException
-
configure
default ViewsOpenResponse configure(List<LayoutBlock> blocks, String privateMetadata, String externalId, Boolean submitDisabled) throws IOException, SlackApiException Deprecated.- Throws:
IOExceptionSlackApiException
-