|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<VoicemailListEntryProperties>
de.starface.integration.uci.java.v30.values.VoicemailListEntryProperties
public enum VoicemailListEntryProperties
This enum holds constants with the property names of the voicemail list entries as returned by
UcpVoicemailListRequests.getVoicemailList(Date, Date, 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 |
|
duration
The duration of the call in seconds as Integer |
|
folder
The folder the voicemail belongs to as String holding one of the values defined in
VoicemailListEntryFolder. |
|
groupId
The name of the group if this voicemail was received by a group as String (the empty
string otherwise) |
|
id
The id of the voicemail list entry as String |
|
mailboxId
The id of the mailbox of the voicemail as String |
|
mailboxName
The display name of the mailbox of the voicemail as String |
|
startTime
The start time of the call as Date. |
|
| Method Summary | |
|---|---|
OrderDirection |
getDefaultOrderDirection()
|
Class<?> |
getType()
|
static VoicemailListEntryProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VoicemailListEntryProperties[] |
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 VoicemailListEntryProperties id
String
public static final VoicemailListEntryProperties mailboxId
String
public static final VoicemailListEntryProperties mailboxName
String
public static final VoicemailListEntryProperties folder
String holding one of the values defined in
VoicemailListEntryFolder.
public static final VoicemailListEntryProperties calledNumber
String
public static final VoicemailListEntryProperties callerNumber
String
public static final VoicemailListEntryProperties callDescription
String
public static final VoicemailListEntryProperties startTime
Date. Per default dates will be ordered
newest first
public static final VoicemailListEntryProperties duration
Integer
public static final VoicemailListEntryProperties groupId
String (the empty
string otherwise)
| Method Detail |
|---|
public static VoicemailListEntryProperties[] values()
for (VoicemailListEntryProperties c : VoicemailListEntryProperties.values()) System.out.println(c);
public static VoicemailListEntryProperties 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 | |||||||||