de.starface.integration.uci.java.v30.values
Enum FaxListEntryProperties

java.lang.Object
  extended by java.lang.Enum<FaxListEntryProperties>
      extended by de.starface.integration.uci.java.v30.values.FaxListEntryProperties
All Implemented Interfaces:
Serializable, Comparable<FaxListEntryProperties>

public enum FaxListEntryProperties
extends 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

id

public static final FaxListEntryProperties 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


calledNumber

public static final FaxListEntryProperties calledNumber
The number that was called, if known as String


callerNumber

public static final FaxListEntryProperties callerNumber
The number of the sender, if known as String


callDescription

public static final FaxListEntryProperties callDescription
A description of the fax call (usually the CLIP), if known as String


folder

public static final FaxListEntryProperties folder
The folder the fax belongs to as String holding one of the values defined in FaxListEntryFolder.


receptionTime

public static final FaxListEntryProperties receptionTime
The time when the fax was received as Date. Dates will be ordered newest first per default.


partial

public static final FaxListEntryProperties partial
A flag indicating that the fax was not transmitted completely as Boolean


groupId

public static final FaxListEntryProperties groupId
The name of the group if this fax was received by a group as String (the empty string otherwise)

Method Detail

values

public static FaxListEntryProperties[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (FaxListEntryProperties c : FaxListEntryProperties.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static FaxListEntryProperties valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getDefaultOrderDirection

public OrderDirection getDefaultOrderDirection()
Returns:
the default OrderDirection for the current property

getType

public Class<?> getType()
Returns:
the java type of the property


Copyright © 2012 STARFACE GmbH. All rights reserved.