Uses of Class
ch.brix.gql.client.frontify.enums.WorkflowStatusEnterRule
-
Packages that use WorkflowStatusEnterRule Package Description ch.brix.gql.client.frontify.enums -
-
Uses of WorkflowStatusEnterRule in ch.brix.gql.client.frontify.enums
Methods in ch.brix.gql.client.frontify.enums that return WorkflowStatusEnterRule Modifier and Type Method Description static WorkflowStatusEnterRuleWorkflowStatusEnterRule. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowStatusEnterRule[]WorkflowStatusEnterRule. values()Returns an array containing the constants of this enum type, in the order they are declared.
-