|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueueCallState | |
|---|---|
| de.starface.integration.uci.java.v30.types | This package contains the entity types that are transferred using the UCI service interfaces |
| de.starface.integration.uci.java.v30.values | This package contains the enumerations holding the String constants for values and property names used for the UCI messages. |
| Uses of QueueCallState in de.starface.integration.uci.java.v30.types |
|---|
| Methods in de.starface.integration.uci.java.v30.types that return QueueCallState | |
|---|---|
QueueCallState |
UciQueueCall.getState()
|
| Methods in de.starface.integration.uci.java.v30.types with parameters of type QueueCallState | |
|---|---|
void |
UciQueueCall.setState(QueueCallState state)
|
| Constructors in de.starface.integration.uci.java.v30.types with parameters of type QueueCallState | |
|---|---|
UciQueueCall(String callId,
String callerName,
String callerNumber,
Date incomingTimestamp,
Integer queueId,
Integer priority,
QueueCallState state,
List<Integer> agents,
UUID callerLegId,
int position)
|
|
| Uses of QueueCallState in de.starface.integration.uci.java.v30.values |
|---|
| Methods in de.starface.integration.uci.java.v30.values that return QueueCallState | |
|---|---|
static QueueCallState |
QueueCallState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QueueCallState[] |
QueueCallState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||