Uses of Class
com.oracle.bmc.fleetappsmanagement.model.WorkflowGroup.Type
-
Packages that use WorkflowGroup.Type Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of WorkflowGroup.Type in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return WorkflowGroup.Type Modifier and Type Method Description static WorkflowGroup.TypeWorkflowGroup.Type. create(String key)WorkflowGroup.TypeWorkflowGroup. getType()Workflow Group Details.static WorkflowGroup.TypeWorkflowGroup.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowGroup.Type[]WorkflowGroup.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type WorkflowGroup.Type Modifier and Type Method Description WorkflowGroup.BuilderWorkflowGroup.Builder. type(WorkflowGroup.Type type)Workflow Group Details.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type WorkflowGroup.Type Constructor Description WorkflowGroup(String groupName, WorkflowGroup.Type type, List<WorkflowComponent> steps)Deprecated.
-