|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CallListEntryProperties>
de.starface.integration.uci.java.v30.values.CallListEntryProperties
public enum CallListEntryProperties
This enum holds constants with the property names of the call list entries as returned by
UcpCallListRequests.getCallList(Date, Date, String, String, String, String, String, int, int)
| Enum Constant Summary | |
|---|---|
callDescription
A description of the call (usually the CLIP), if known as String |
|
calledNumber
The number that was called, if known as String |
|
callerNumber
The number of the caller, if known as String |
|
direction
The direction of the call as String with one of the values of
CallListEntryDirection |
|
duration
The duration of the call in seconds as Integer |
|
groupId
The name of the group if this call was received by a group as String (the empty
string otherwise) |
|
id
The id of the call list entry as String
ATTENTION: This is not the same id as used in the call functions of UcpCallRequests
and UcpCallEvents |
|
result
The result of the call as String with one of the values of
CallListEntryResult |
|
startTime
The start time of the call as Date. |
|
voicemailId
The id of a voicemail that was recorded for the call if existing as String |
|
| Method Summary | |
|---|---|
OrderDirection |
getDefaultOrderDirection()
|
Class<?> |
getType()
|
static CallListEntryProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CallListEntryProperties[] |
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 CallListEntryProperties id
String
ATTENTION: This is not the same id as used in the call functions of UcpCallRequests
and UcpCallEvents
public static final CallListEntryProperties calledNumber
String
public static final CallListEntryProperties callerNumber
String
public static final CallListEntryProperties callDescription
String
public static final CallListEntryProperties startTime
Date. Per default dates will be orderd newest
first
public static final CallListEntryProperties duration
Integer
public static final CallListEntryProperties direction
String with one of the values of
CallListEntryDirection
public static final CallListEntryProperties result
String with one of the values of
CallListEntryResult
public static final CallListEntryProperties voicemailId
String
public static final CallListEntryProperties groupId
String (the empty
string otherwise)
| Method Detail |
|---|
public static CallListEntryProperties[] values()
for (CallListEntryProperties c : CallListEntryProperties.values()) System.out.println(c);
public static CallListEntryProperties 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 OrderDirection getDefaultOrderDirection()
OrderDirection for the current propertypublic Class<?> getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||