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