Uses of Class
microsoft.exchange.webservices.data.core.enumeration.availability.FreeBusyViewType
-
-
Uses of FreeBusyViewType in microsoft.exchange.webservices.data.core.enumeration.availability
Methods in microsoft.exchange.webservices.data.core.enumeration.availability that return FreeBusyViewType Modifier and Type Method Description static FreeBusyViewTypeFreeBusyViewType. 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 Modifier and Type Method Description FreeBusyViewTypeAttendeeAvailability. 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 Modifier and Type Method Description voidAttendeeAvailability. 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 Modifier and Type Method Description FreeBusyViewTypeAvailabilityOptions. getRequestedFreeBusyView()Gets the requested type of free/busy view.Methods in microsoft.exchange.webservices.data.misc.availability with parameters of type FreeBusyViewType Modifier and Type Method Description voidAvailabilityOptions. setRequestedFreeBusyView(FreeBusyViewType value)Sets the requested free busy view.
-