クラス WorkflowsStepCompletedRequest.WorkflowsStepCompletedRequestBuilder
java.lang.Object
com.slack.api.methods.request.workflows.WorkflowsStepCompletedRequest.WorkflowsStepCompletedRequestBuilder
- 含まれているクラス:
WorkflowsStepCompletedRequest
public static class WorkflowsStepCompletedRequest.WorkflowsStepCompletedRequestBuilder
extends Object
-
メソッドの概要
修飾子とタイプメソッド説明build()Key-value object of outputs from your step.outputsAsString(String outputsAsString) Authentication token bearing required scopes.toString()workflowStepExecuteId(String workflowStepExecuteId) Context identifier that maps to the correct workflow step execution.
-
メソッドの詳細
-
token
Authentication token bearing required scopes.- 戻り値:
this.
-
workflowStepExecuteId
public WorkflowsStepCompletedRequest.WorkflowsStepCompletedRequestBuilder workflowStepExecuteId(String workflowStepExecuteId) Context identifier that maps to the correct workflow step execution.- 戻り値:
this.
-
outputs
public WorkflowsStepCompletedRequest.WorkflowsStepCompletedRequestBuilder outputs(Map<String, Object> outputs) Key-value object of outputs from your step. Keys of this object reflect the configured key properties of your outputs array from your workflow_step object.- 戻り値:
this.
-
outputsAsString
public WorkflowsStepCompletedRequest.WorkflowsStepCompletedRequestBuilder outputsAsString(String outputsAsString) - 戻り値:
this.
-
build
-
toString
-