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