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