Interface ExportWorkflowRequest.IdStage
-
- All Known Implementing Classes:
ExportWorkflowRequest.Builder
- Enclosing class:
- ExportWorkflowRequest
public static interface ExportWorkflowRequest.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportWorkflowRequest.Builderfrom(ExportWorkflowRequest other)ExportWorkflowRequest._FinalStageid(java.lang.String id)The unique identifier for the workflow
-
-
-
Method Detail
-
id
ExportWorkflowRequest._FinalStage id(@NotNull java.lang.String id)
The unique identifier for the workflow
-
from
ExportWorkflowRequest.Builder from(ExportWorkflowRequest other)
-
-