Uses of Class
com.uc4.api.QueueStatus
-
Packages that use QueueStatus Package Description com.uc4.api com.uc4.api.systemoverview com.uc4.communication.requests -
-
Uses of QueueStatus in com.uc4.api
Methods in com.uc4.api that return QueueStatus Modifier and Type Method Description static QueueStatus
QueueStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static QueueStatus[]
QueueStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of QueueStatus in com.uc4.api.systemoverview
Methods in com.uc4.api.systemoverview that return QueueStatus Modifier and Type Method Description QueueStatus
QueueListItem. getStatus()
-
Uses of QueueStatus in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return QueueStatus Modifier and Type Method Description QueueStatus
NavigatorQueueTree.QueueLeaf. getStatus()
Returns the status of the Queue (Green, Yellow or Red).Constructors in com.uc4.communication.requests with parameters of type QueueStatus Constructor Description ModifyQueueStatus(QueueListItem item, QueueStatus status)
Creates a new instance of aSwitchQueueStatus
class.ModifyQueueStatus(UC4ObjectName name, QueueStatus status)
Creates a new instance of aSwitchQueueStatus
class.
-