Uses of Class
com.redwood.scheduler.api.model.enumeration.Validity
-
Packages that use Validity Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerations -
-
Uses of Validity in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return Validity Modifier and Type Method Description Validity
AlertEscalation. getValidity()
Get the value for Validity.Validity
AlertSource. getValidity()
Get the value for Validity.Validity
ConstraintDefinition. getValidity()
Get the value for Validity.Validity
EmailAlertGateway. getValidity()
Get the value for Validity.Validity
ExtensionPoint. getValidity()
Get the value for Validity.Validity
ImportRuleSet. getValidity()
Get the value for Validity.Validity
JobDefinition. getValidity()
Get the value for Validity.Validity
JobDefinitionType. getValidity()
Get the value for Validity.Validity
Library. getValidity()
Get the value for Validity.Validity
PeriodFunction. getValidity()
Get the value for Validity.Validity
Trigger. getValidity()
Get the value for Validity. -
Uses of Validity in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return Validity Modifier and Type Method Description static Validity
Validity. safeValueOf(String value)
Helper function to return the Validity represented byvalue
.static Validity
Validity. valueOf(char code)
Helper function to return the Validity represented by code.static Validity
Validity. valueOf(Character code)
Helper function to return the Validity represented by code.static Validity
Validity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Validity
Validity. valueOfCode(String code)
Helper function to return the Validity represented by code.static Validity[]
Validity. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-