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