|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FaxListEntryFolder | |
|---|---|
| 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 FaxListEntryFolder in de.starface.integration.uci.java.v30.messages.requests |
|---|
| Methods in de.starface.integration.uci.java.v30.messages.requests with parameters of type FaxListEntryFolder | |
|---|---|
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. |
void |
UciFaxListRequests.moveFaxListEntries(List<String> faxIds,
FaxListEntryFolder destinationFolder)
Move multiple fax list entries to another folder |
void |
UciFaxListRequests.moveFaxListEntry(String faxId,
FaxListEntryFolder destinationFolder)
Move a fax list entry to another folder |
| Uses of FaxListEntryFolder in de.starface.integration.uci.java.v30.types |
|---|
| Methods in de.starface.integration.uci.java.v30.types that return FaxListEntryFolder | |
|---|---|
FaxListEntryFolder |
FaxListEntry.getFolder()
|
FaxListEntryFolder |
FaxList.getFolderRestriction()
|
| Methods in de.starface.integration.uci.java.v30.types with parameters of type FaxListEntryFolder | |
|---|---|
void |
FaxListEntry.setFolder(FaxListEntryFolder folder)
|
void |
FaxList.setFolderRestriction(FaxListEntryFolder folderRestriction)
|
| Uses of FaxListEntryFolder in de.starface.integration.uci.java.v30.values |
|---|
| Methods in de.starface.integration.uci.java.v30.values that return FaxListEntryFolder | |
|---|---|
static FaxListEntryFolder |
FaxListEntryFolder.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FaxListEntryFolder[] |
FaxListEntryFolder.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||