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