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