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