Class WorkflowStep.WorkflowStepBuilder
java.lang.Object
com.slack.api.bolt.middleware.builtin.WorkflowStep.WorkflowStepBuilder
- Enclosing class:
- WorkflowStep
-
Method Summary
Modifier and TypeMethodDescriptionbuild()callbackId(String callbackId) callbackIdPattern(Pattern callbackIdPattern) edit(WorkflowStepEditHandler edit) execute(WorkflowStepExecuteHandler execute) executeAutoAcknowledgement(boolean executeAutoAcknowledgement) executorService(ExecutorService executorService) save(WorkflowStepSaveHandler save) toString()
-
Method Details
-
callbackId
- Returns:
this.
-
callbackIdPattern
- Returns:
this.
-
edit
- Returns:
this.
-
save
- Returns:
this.
-
execute
- Returns:
this.
-
executeAutoAcknowledgement
public WorkflowStep.WorkflowStepBuilder executeAutoAcknowledgement(boolean executeAutoAcknowledgement) - Returns:
this.
-
executorService
- Returns:
this.
-
build
-
toString
-