Uses of Enum Class
com.uc4.api.QueueStatus
Packages that use QueueStatus
-
Uses of QueueStatus in com.uc4.api
Methods in com.uc4.api that return QueueStatusModifier and TypeMethodDescriptionstatic QueueStatusReturns the enum constant of this class with the specified name.static QueueStatus[]QueueStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of QueueStatus in com.uc4.api.systemoverview
Methods in com.uc4.api.systemoverview that return QueueStatus -
Uses of QueueStatus in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return QueueStatusModifier and TypeMethodDescriptionNavigatorQueueTree.QueueLeaf.getStatus()Returns the status of the Queue (Green, Yellow or Red).Constructors in com.uc4.communication.requests with parameters of type QueueStatusModifierConstructorDescriptionModifyQueueStatus(QueueListItem item, QueueStatus status) Creates a new instance of aSwitchQueueStatusclass.ModifyQueueStatus(UC4ObjectName name, QueueStatus status) Creates a new instance of aSwitchQueueStatusclass.