|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FunctionKeyProperties>
de.starface.integration.uci.java.v30.values.FunctionKeyProperties
public enum FunctionKeyProperties
This enum holds constants with the property names of the function keys as returned by
UcpFunctionKeyRequests.getFunctionKeys().
| Enum Constant Summary | |
|---|---|
chatId
The Xmpp chat id of the corresponding user as String |
|
email
The email address of the corresponding account. |
|
fax
The fax number of the corresponding account. |
|
homePhoneNumber
The home phone number of the corresponding account. |
|
id
The id of the function key as String |
|
imageHash
The hash of the key's image if an image is assigned to the key the image itself can then be requested using UcpFunctionKeyRequests.getImageForKey(String) |
|
internalPhoneNumber
The internal number of the corresponding account. |
|
mobilePhoneNumber
The mobile phone number of the corresponding account. |
|
name
The display name of the function key as String |
|
phoneNumber
The phone number of the corresponding account. |
|
phoneNumber2
The second phone number of the corresponding account. |
|
position
The position of the key in the users function key settings |
|
state
The state of the function key with one of the constants of FunctionKeyState as
String |
|
type
The type of the function key with one of the constants of FunctionKeyType as
String |
|
userState
The user state of the function key if the key is of type FunctionKeyType.BUSY_LAMP_FIELD as a Map containing values for the keys defined in
UserStateProperties |
|
| Method Summary | |
|---|---|
Class<?> |
getType()
|
static FunctionKeyProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FunctionKeyProperties[] |
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 FunctionKeyProperties id
String
public static final FunctionKeyProperties name
String
public static final FunctionKeyProperties state
FunctionKeyState as
String
public static final FunctionKeyProperties type
FunctionKeyType as
String
public static final FunctionKeyProperties chatId
String
public static final FunctionKeyProperties userState
FunctionKeyType.BUSY_LAMP_FIELD as a Map containing values for the keys defined in
UserStateProperties
public static final FunctionKeyProperties imageHash
UcpFunctionKeyRequests.getImageForKey(String)
public static final FunctionKeyProperties position
public static final FunctionKeyProperties email
public static final FunctionKeyProperties phoneNumber
public static final FunctionKeyProperties phoneNumber2
public static final FunctionKeyProperties mobilePhoneNumber
public static final FunctionKeyProperties homePhoneNumber
public static final FunctionKeyProperties internalPhoneNumber
public static final FunctionKeyProperties fax
| Method Detail |
|---|
public static FunctionKeyProperties[] values()
for (FunctionKeyProperties c : FunctionKeyProperties.values()) System.out.println(c);
public static FunctionKeyProperties 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 | |||||||||