|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FaxListEntryProperties | |
|---|---|
| de.starface.integration.uci.java.v30.messages.requests | This package contains the requests that the UCI client implementation can send to STARFACE. |
| de.starface.integration.uci.java.v30.types | This package contains the entity types that are transferred using the UCI service interfaces |
| de.starface.integration.uci.java.v30.values | This package contains the enumerations holding the String constants for values and property names used for the UCI messages. |
| Uses of FaxListEntryProperties in de.starface.integration.uci.java.v30.messages.requests |
|---|
| Methods in de.starface.integration.uci.java.v30.messages.requests with parameters of type FaxListEntryProperties | |
|---|---|
FaxList |
UciFaxListRequests.getFaxList(Date receivedBefore,
Date receivedAfter,
FaxListEntryFolder folderRestriction,
String groupRestriction,
FaxListEntryProperties orderProperty,
OrderDirection orderDirection,
int countOffset,
int countLimit)
Retrieve a list of received and sent faxes of the current user. |
| Uses of FaxListEntryProperties in de.starface.integration.uci.java.v30.types |
|---|
| Methods in de.starface.integration.uci.java.v30.types that return FaxListEntryProperties | |
|---|---|
FaxListEntryProperties |
FaxList.getOrderProperty()
|
| Methods in de.starface.integration.uci.java.v30.types with parameters of type FaxListEntryProperties | |
|---|---|
void |
FaxList.setOrderProperty(FaxListEntryProperties orderProperty)
|
| Uses of FaxListEntryProperties in de.starface.integration.uci.java.v30.values |
|---|
| Methods in de.starface.integration.uci.java.v30.values that return FaxListEntryProperties | |
|---|---|
static FaxListEntryProperties |
FaxListEntryProperties.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FaxListEntryProperties[] |
FaxListEntryProperties.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||