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