Interface WorkflowRunUpdateResponse.SuccessStage
-
- All Known Implementing Classes:
WorkflowRunUpdateResponse.Builder
- Enclosing class:
- WorkflowRunUpdateResponse
public static interface WorkflowRunUpdateResponse.SuccessStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunUpdateResponse.Builderfrom(WorkflowRunUpdateResponse other)WorkflowRunUpdateResponse.WorkflowRunStagesuccess(boolean success)
-
-
-
Method Detail
-
success
WorkflowRunUpdateResponse.WorkflowRunStage success(boolean success)
-
from
WorkflowRunUpdateResponse.Builder from(WorkflowRunUpdateResponse other)
-
-