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