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