-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum QueueState.StatusDefines possible Queue state types.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description OPENOPEN - Visitor can enqueue
CLOSEDCLOSED - Visitor cannot enqueue because the Queue is closed
FULLFULL - Visitor cannot enqueue because the Queue reached its max capacity
UNSTAFFEDUNSTAFFED - Visitor cannot enqueue because the Queue is unstaffed
UNKNOWNUNKNOWN - Visitor should not enqueue because the Queue state is not supported by current version of SDK
-
Method Summary
Modifier and Type Method Description static Array<QueueState.Status>values()static QueueState.StatusvalueOf(String name)-
-
Method Detail
-
values
static Array<QueueState.Status> values()
-
valueOf
static QueueState.Status valueOf(String name)
-
-
-
-