Uses of Class
com.microsoft.exchange.types.Duration

Packages that use Duration
com.microsoft.exchange.types   
 

Uses of Duration in com.microsoft.exchange.types
 

Fields in com.microsoft.exchange.types declared as Duration
protected  Duration SuggestionsViewOptions.detailedSuggestionsWindow
           
protected  Duration UserOofSettings.duration
           
protected  Duration FreeBusyViewOptions.timeWindow
           
 

Methods in com.microsoft.exchange.types that return Duration
 Duration ObjectFactory.createDuration()
          Create an instance of Duration
 Duration SuggestionsViewOptions.getDetailedSuggestionsWindow()
          Gets the value of the detailedSuggestionsWindow property.
 Duration UserOofSettings.getDuration()
          Gets the value of the duration property.
 Duration FreeBusyViewOptions.getTimeWindow()
          Gets the value of the timeWindow property.
 

Methods in com.microsoft.exchange.types with parameters of type Duration
 void SuggestionsViewOptions.setDetailedSuggestionsWindow(Duration value)
          Sets the value of the detailedSuggestionsWindow property.
 void UserOofSettings.setDuration(Duration value)
          Sets the value of the duration property.
 void FreeBusyViewOptions.setTimeWindow(Duration value)
          Sets the value of the timeWindow property.
 



Copyright © 2012 Jasig. All Rights Reserved.