Interface WorkflowCreateRequest.NameStage
-
- All Known Implementing Classes:
WorkflowCreateRequest.Builder
- Enclosing class:
- WorkflowCreateRequest
public static interface WorkflowCreateRequest.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowCreateRequest.Builderfrom(WorkflowCreateRequest other)WorkflowCreateRequest._FinalStagename(java.lang.String name)The name of the workflow
-
-
-
Method Detail
-
name
WorkflowCreateRequest._FinalStage name(@NotNull java.lang.String name)
The name of the workflow
-
from
WorkflowCreateRequest.Builder from(WorkflowCreateRequest other)
-
-