public static class WorkgroupQueue.Status extends Object
| Modifier and Type | Field and Description |
|---|---|
static WorkgroupQueue.Status |
ACTIVE
The queue is active but NOT accepting new chat requests.
|
static WorkgroupQueue.Status |
CLOSED
The queue is NOT active and NOT accepting new chat requests.
|
static WorkgroupQueue.Status |
OPEN
The queue is active and accepting new chat requests.
|
| Modifier and Type | Method and Description |
|---|---|
static WorkgroupQueue.Status |
fromString(String type)
Converts a String into the corresponding status.
|
String |
toString() |
public static final WorkgroupQueue.Status OPEN
public static final WorkgroupQueue.Status ACTIVE
public static final WorkgroupQueue.Status CLOSED
public static WorkgroupQueue.Status fromString(String type)
type - the String value to covert.