|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<QueueAgentStateProperties>
de.starface.integration.uci.java.v30.values.QueueAgentStateProperties
public enum QueueAgentStateProperties
| Enum Constant Summary | |
|---|---|
accountId
|
|
avatarHash
The SHA-1 hash of the users avatar image as String if one is set. |
|
chatPresence
The current chat presence of the user as String with one of the values of
ChatPresence |
|
chatPresenceMessage
The current chat presence message of the user as String |
|
doNotDisturbSetting
A Boolean flag indicating whether the user has DND set to active |
|
loggedIn
A Boolean flag indicating whether the user is logged in to the group |
|
name
|
|
qAccountId
|
|
redirectAlwaysActive
A Boolean flag indicating whether the user has any redirect always settings enabled |
|
telephonyState
The current telephony state of the user as String with one of the values of
TelephonyState. |
|
| Method Summary | |
|---|---|
Class<?> |
getType()
|
static QueueAgentStateProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QueueAgentStateProperties[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final QueueAgentStateProperties accountId
public static final QueueAgentStateProperties name
public static final QueueAgentStateProperties qAccountId
public static final QueueAgentStateProperties loggedIn
Boolean flag indicating whether the user is logged in to the group
public static final QueueAgentStateProperties doNotDisturbSetting
Boolean flag indicating whether the user has DND set to active
public static final QueueAgentStateProperties redirectAlwaysActive
Boolean flag indicating whether the user has any redirect always settings enabled
public static final QueueAgentStateProperties chatPresence
String with one of the values of
ChatPresence
public static final QueueAgentStateProperties chatPresenceMessage
String
public static final QueueAgentStateProperties avatarHash
String if one is set. The image itself
can be queried with UcpUserStateRequests.getAvatarImage().
public static final QueueAgentStateProperties telephonyState
String with one of the values of
TelephonyState.
| Method Detail |
|---|
public static QueueAgentStateProperties[] values()
for (QueueAgentStateProperties c : QueueAgentStateProperties.values()) System.out.println(c);
public static QueueAgentStateProperties valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic Class<?> getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||