|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<UserStateProperties>
de.starface.integration.uci.java.v30.values.UserStateProperties
public enum UserStateProperties
This enum holds constants with the names ot the properties of the user state as returned by
UcpUserStateRequests.getUserState()
| Enum Constant Summary | |
|---|---|
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 |
|
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 UserStateProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UserStateProperties[] |
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 UserStateProperties doNotDisturbSetting
Boolean flag indicating whether the user has DND set to active
public static final UserStateProperties redirectAlwaysActive
Boolean flag indicating whether the user has any redirect always settings enabled
public static final UserStateProperties chatPresence
String with one of the values of
ChatPresence
public static final UserStateProperties chatPresenceMessage
String
public static final UserStateProperties avatarHash
String if one is set. The image itself
can be queried with UcpUserStateRequests.getAvatarImage().
public static final UserStateProperties telephonyState
String with one of the values of
TelephonyState.
| Method Detail |
|---|
public static UserStateProperties[] values()
for (UserStateProperties c : UserStateProperties.values()) System.out.println(c);
public static UserStateProperties 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 | |||||||||