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