Uses of Class
de.starface.integration.uci.java.v30.values.OrderDirection

Packages that use OrderDirection
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 OrderDirection in de.starface.integration.uci.java.v30.messages.requests
 

Methods in de.starface.integration.uci.java.v30.messages.requests with parameters of type OrderDirection
 CallList UciCallListRequests.getCallList(Date startBefore, Date startAfter, CallListEntryDirection directionRestriction, CallListEntryResult resultRestriction, String groupRestriction, CallListEntryProperties orderProperty, OrderDirection orderDirection, int countOffset, int countLimit)
          Retrieve a list of phone calls of the current user.
 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.
 MonitorList UciMonitorListRequests.getMonitorList(Date startAfter, Date startBefore, MonitorListEntryProperties orderProperty, OrderDirection orderDirection, int countOffset, int countLimit)
          Retrieve a list of monitors of the current user.
 List<RedirectSetting> UciRedirectRequests.getRedirectSettings(RedirectSettingType typeRestriction, String groupRestriction, RedirectSettingProperties orderProperty, OrderDirection orderDirection)
          Retrieve the redirect settings for the current user.
 VoicemailList UciVoicemailListRequests.getVoicemailList(Date startBefore, Date startAfter, String mailboxRestriction, VoicemailListEntryFolder folderRestriction, VoicemailListEntryProperties orderProperty, OrderDirection orderDirection, int countOffset, int countLimit)
          Retrieve a list of voicemails of the current user.
 

Uses of OrderDirection in de.starface.integration.uci.java.v30.types
 

Methods in de.starface.integration.uci.java.v30.types that return OrderDirection
 OrderDirection VoicemailList.getOrderDirection()
           
 OrderDirection MonitorList.getOrderDirection()
           
 OrderDirection FaxList.getOrderDirection()
           
 OrderDirection CallList.getOrderDirection()
           
 

Methods in de.starface.integration.uci.java.v30.types with parameters of type OrderDirection
 void VoicemailList.setOrderDirection(OrderDirection orderDirection)
           
 void MonitorList.setOrderDirection(OrderDirection orderDirection)
           
 void FaxList.setOrderDirection(OrderDirection orderDirection)
           
 void CallList.setOrderDirection(OrderDirection orderDirection)
           
 

Uses of OrderDirection in de.starface.integration.uci.java.v30.values
 

Methods in de.starface.integration.uci.java.v30.values that return OrderDirection
 OrderDirection VoicemailListEntryProperties.getDefaultOrderDirection()
           
 OrderDirection RedirectSettingProperties.getDefaultOrderDirection()
           
 OrderDirection MonitorListEntryProperties.getDefaultOrderDirection()
           
 OrderDirection FaxListEntryProperties.getDefaultOrderDirection()
           
 OrderDirection CallListEntryProperties.getDefaultOrderDirection()
           
static OrderDirection OrderDirection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OrderDirection[] OrderDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 STARFACE GmbH. All rights reserved.