|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<VoicemailListProperties>
de.starface.integration.uci.java.v30.values.VoicemailListProperties
public enum VoicemailListProperties
This enum holds constants with the property names of the voicemail list as returned by
UcpVoicemailListRequests.getVoicemailList(Date, Date, String, String, String, String, int, int)
| Enum Constant Summary | |
|---|---|
countLimit
The limit used for the retrieval of this list regarding the given time constraints and restrictions as Integer |
|
countOffset
The offset used for the retrieval of this list regarding the given time constraints and restrictions as Integer |
|
entries
The call list entries in this list as List of Map with properties as defined
in VoicemailListEntryProperties |
|
folderRestriction
The entries are restricted to voicemails in the given folder defined in VoicemailListEntryFolder as String. |
|
mailboxRestriction
The entries are restricted to voicemails in the mailbox with the given id as String. |
|
orderDirection
The entries are ordered in the given direction. |
|
orderProperty
The entries are ordered by the given property. |
|
startAfter
The entries start after this point of time given as Date |
|
startBefore
The entries start before this point of time given as Date |
|
totalCount
The total count of available entries on the server regarding the given time constraints and restrictions as Integer. |
|
| Method Summary | |
|---|---|
Class<?> |
getType()
|
static VoicemailListProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VoicemailListProperties[] |
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 VoicemailListProperties startBefore
Date
public static final VoicemailListProperties startAfter
Date
public static final VoicemailListProperties mailboxRestriction
String.
If an empty String is given no restriction is used.
public static final VoicemailListProperties folderRestriction
VoicemailListEntryFolder as String. If an empty String is given no
restriction is used.
public static final VoicemailListProperties orderProperty
VoicemailListEntryProperties as String
public static final VoicemailListProperties orderDirection
OrderDirection as String
public static final VoicemailListProperties countOffset
Integer
public static final VoicemailListProperties countLimit
Integer
public static final VoicemailListProperties totalCount
Integer.
public static final VoicemailListProperties entries
List of Map with properties as defined
in VoicemailListEntryProperties
| Method Detail |
|---|
public static VoicemailListProperties[] values()
for (VoicemailListProperties c : VoicemailListProperties.values()) System.out.println(c);
public static VoicemailListProperties 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 | |||||||||