|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FaxListEntryProperties>
de.starface.integration.uci.java.v30.values.FaxListEntryProperties
public enum FaxListEntryProperties
This enum holds constants with the property names of the fax list entries as returned by
UcpFaxListRequests.getFaxList(Date, Date, String, String, String, String, int, int)
| Enum Constant Summary | |
|---|---|
callDescription
A description of the fax call (usually the CLIP), if known as String |
|
calledNumber
The number that was called, if known as String |
|
callerNumber
The number of the sender, if known as String |
|
folder
The folder the fax belongs to as String holding one of the values defined in
FaxListEntryFolder. |
|
groupId
The name of the group if this fax was received by a group as String (the empty string
otherwise) |
|
id
The id of the fax list entry as String
ATTENTION: This is not the same id as used in the fax functions of UcpFaxRequests and
UcpFaxEvents |
|
partial
A flag indicating that the fax was not transmitted completely as Boolean |
|
receptionTime
The time when the fax was received as Date. |
|
| Method Summary | |
|---|---|
OrderDirection |
getDefaultOrderDirection()
|
Class<?> |
getType()
|
static FaxListEntryProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FaxListEntryProperties[] |
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 FaxListEntryProperties id
String
ATTENTION: This is not the same id as used in the fax functions of UcpFaxRequests and
UcpFaxEvents
public static final FaxListEntryProperties calledNumber
String
public static final FaxListEntryProperties callerNumber
String
public static final FaxListEntryProperties callDescription
String
public static final FaxListEntryProperties folder
String holding one of the values defined in
FaxListEntryFolder.
public static final FaxListEntryProperties receptionTime
Date. Dates will be ordered newest
first per default.
public static final FaxListEntryProperties partial
Boolean
public static final FaxListEntryProperties groupId
String (the empty string
otherwise)
| Method Detail |
|---|
public static FaxListEntryProperties[] values()
for (FaxListEntryProperties c : FaxListEntryProperties.values()) System.out.println(c);
public static FaxListEntryProperties 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 | |||||||||