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