Uses of Class
com.redwood.scheduler.api.model.enumeration.JobDefinitionAlertSourceRuleVariable
-
Packages that use JobDefinitionAlertSourceRuleVariable Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerations -
-
Uses of JobDefinitionAlertSourceRuleVariable in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return JobDefinitionAlertSourceRuleVariable Modifier and Type Method Description JobDefinitionAlertSourceRuleVariable
JobDefinitionAlertSourceRule. getVariable()
Get the value for Variable.Methods in com.redwood.scheduler.api.model with parameters of type JobDefinitionAlertSourceRuleVariable Modifier and Type Method Description void
JobDefinitionAlertSourceRule. setVariable(JobDefinitionAlertSourceRuleVariable newVariable)
Set the value for Variable. -
Uses of JobDefinitionAlertSourceRuleVariable in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return JobDefinitionAlertSourceRuleVariable Modifier and Type Method Description static JobDefinitionAlertSourceRuleVariable
JobDefinitionAlertSourceRuleVariable. safeValueOf(String value)
Helper function to return the JobDefinitionAlertSourceRuleVariable represented byvalue
.static JobDefinitionAlertSourceRuleVariable
JobDefinitionAlertSourceRuleVariable. valueOf(char code)
Helper function to return the JobDefinitionAlertSourceRuleVariable represented by code.static JobDefinitionAlertSourceRuleVariable
JobDefinitionAlertSourceRuleVariable. valueOf(Character code)
Helper function to return the JobDefinitionAlertSourceRuleVariable represented by code.static JobDefinitionAlertSourceRuleVariable
JobDefinitionAlertSourceRuleVariable. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobDefinitionAlertSourceRuleVariable
JobDefinitionAlertSourceRuleVariable. valueOfCode(String code)
Helper function to return the JobDefinitionAlertSourceRuleVariable represented by code.static JobDefinitionAlertSourceRuleVariable[]
JobDefinitionAlertSourceRuleVariable. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-