Package com.chrt.api.types
Interface OrderScheduleOrchestratorScheduleActionResult._FinalStage
-
- All Known Implementing Classes:
OrderScheduleOrchestratorScheduleActionResult.Builder
- Enclosing class:
- OrderScheduleOrchestratorScheduleActionResult
public static interface OrderScheduleOrchestratorScheduleActionResult._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrderScheduleOrchestratorScheduleActionResultbuild()OrderScheduleOrchestratorScheduleActionResult._FinalStageworkflowId(Nullable<java.lang.String> workflowId)OrderScheduleOrchestratorScheduleActionResult._FinalStageworkflowId(java.lang.String workflowId)OrderScheduleOrchestratorScheduleActionResult._FinalStageworkflowId(java.util.Optional<java.lang.String> workflowId)
-
-
-
Method Detail
-
build
OrderScheduleOrchestratorScheduleActionResult build()
-
workflowId
OrderScheduleOrchestratorScheduleActionResult._FinalStage workflowId(java.util.Optional<java.lang.String> workflowId)
-
workflowId
OrderScheduleOrchestratorScheduleActionResult._FinalStage workflowId(java.lang.String workflowId)
-
workflowId
OrderScheduleOrchestratorScheduleActionResult._FinalStage workflowId(Nullable<java.lang.String> workflowId)
-
-