|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MonitorListEntryProperties>
de.starface.integration.uci.java.v30.values.MonitorListEntryProperties
public enum MonitorListEntryProperties
This enum holds constants with the property names of the monitor list entries as returned by
UcpMonitorListRequests.getMonitorList(Date, Date, String, String, int, int)
| Enum Constant Summary | |
|---|---|
callbacknumber
Callbacknumber, if known as String |
|
calledcallerid
CalledCallerID, if known as String |
|
callercallerid
CallerCallerID, if known as String |
|
duration
The duration of the call in milliseconds as Integer |
|
file
The file of the monitor String. |
|
id
The id of the monitor list entry as String |
|
monitortimeend
The end time of the call as Date. |
|
monitortimestart
The start time of the call as Date. |
|
| Method Summary | |
|---|---|
OrderDirection |
getDefaultOrderDirection()
|
Class<?> |
getType()
|
static MonitorListEntryProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MonitorListEntryProperties[] |
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 MonitorListEntryProperties id
String
public static final MonitorListEntryProperties callercallerid
String
public static final MonitorListEntryProperties calledcallerid
String
public static final MonitorListEntryProperties callbacknumber
String
public static final MonitorListEntryProperties file
String.
public static final MonitorListEntryProperties monitortimestart
Date. Per default dates will be ordered
newest first
public static final MonitorListEntryProperties monitortimeend
Date. Per default dates will be ordered newest
first
public static final MonitorListEntryProperties duration
Integer
| Method Detail |
|---|
public static MonitorListEntryProperties[] values()
for (MonitorListEntryProperties c : MonitorListEntryProperties.values()) System.out.println(c);
public static MonitorListEntryProperties 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 | |||||||||