Uses of Class
microsoft.exchange.webservices.data.core.enumeration.availability.FreeBusyViewType

Packages that use FreeBusyViewType
microsoft.exchange.webservices.data.core.enumeration.availability   
microsoft.exchange.webservices.data.core.response   
microsoft.exchange.webservices.data.misc.availability   
 

Uses of FreeBusyViewType in microsoft.exchange.webservices.data.core.enumeration.availability
 

Methods in microsoft.exchange.webservices.data.core.enumeration.availability that return FreeBusyViewType
static FreeBusyViewType FreeBusyViewType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FreeBusyViewType[] FreeBusyViewType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of FreeBusyViewType in microsoft.exchange.webservices.data.core.response
 

Methods in microsoft.exchange.webservices.data.core.response that return FreeBusyViewType
 FreeBusyViewType AttendeeAvailability.getViewType()
          Gets the free/busy view type that wes retrieved for the attendee.
 

Methods in microsoft.exchange.webservices.data.core.response with parameters of type FreeBusyViewType
 void AttendeeAvailability.loadFreeBusyViewFromXml(EwsServiceXmlReader reader, FreeBusyViewType viewType)
          Loads the free busy view from XML.
 

Uses of FreeBusyViewType in microsoft.exchange.webservices.data.misc.availability
 

Methods in microsoft.exchange.webservices.data.misc.availability that return FreeBusyViewType
 FreeBusyViewType AvailabilityOptions.getRequestedFreeBusyView()
          Gets the requested type of free/busy view.
 

Methods in microsoft.exchange.webservices.data.misc.availability with parameters of type FreeBusyViewType
 void AvailabilityOptions.setRequestedFreeBusyView(FreeBusyViewType value)
          Sets the requested free busy view.
 



Copyright © 2012–2015 Microsoft. All rights reserved.