|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FaxListProperties>
de.starface.integration.uci.java.v30.values.FaxListProperties
public enum FaxListProperties
This enum holds constants with the property names of the fax list as returned by
UcpFaxListRequests.getFaxList(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 fax list entries in this list as List of Map with properties as defined
in FaxListEntryProperties |
|
folderRestriction
The entries are restricted to those in the given folder with one of the values of FaxListEntryFolder as String |
|
groupRestriction
The entries are restricted to faxes belonging to the group with the given id or to faxes that do not belong to any group if GroupRestriction.NON_GROUP is given. |
|
orderDirection
The entries are ordered in the given direction. |
|
orderProperty
The entries are ordered by the given property. |
|
receivedAfter
The entries received after this point of time given as Date |
|
receivedBefore
The entries received 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 FaxListProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FaxListProperties[] |
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 FaxListProperties receivedBefore
Date
public static final FaxListProperties receivedAfter
Date
public static final FaxListProperties folderRestriction
FaxListEntryFolder as String
public static final FaxListProperties groupRestriction
GroupRestriction.NON_GROUP is given. If an empty String
is given no restriction is used.
public static final FaxListProperties orderProperty
FaxListEntryProperties as String
public static final FaxListProperties orderDirection
OrderDirection as String
public static final FaxListProperties countOffset
Integer
public static final FaxListProperties countLimit
Integer
public static final FaxListProperties totalCount
Integer.
public static final FaxListProperties entries
List of Map with properties as defined
in FaxListEntryProperties
| Method Detail |
|---|
public static FaxListProperties[] values()
for (FaxListProperties c : FaxListProperties.values()) System.out.println(c);
public static FaxListProperties 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 | |||||||||