Uses of Class
microsoft.exchange.webservices.data.core.enumeration.availability.AvailabilityData
-
-
Uses of AvailabilityData in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type AvailabilityData Modifier and Type Method Description GetUserAvailabilityResultsExchangeService. getUserAvailability(Iterable<AttendeeInfo> attendees, TimeWindow timeWindow, AvailabilityData requestedData)Gets detailed information about the availability of a set of users, rooms, and resources within a specified time window.GetUserAvailabilityResultsExchangeService. getUserAvailability(Iterable<AttendeeInfo> attendees, TimeWindow timeWindow, AvailabilityData requestedData, AvailabilityOptions options)Gets detailed information about the availability of a set of users, rooms, and resources within a specified time window. -
Uses of AvailabilityData in microsoft.exchange.webservices.data.core.enumeration.availability
Methods in microsoft.exchange.webservices.data.core.enumeration.availability that return AvailabilityData Modifier and Type Method Description static AvailabilityDataAvailabilityData. valueOf(String name)Returns the enum constant of this type with the specified name.static AvailabilityData[]AvailabilityData. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AvailabilityData in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that return AvailabilityData Modifier and Type Method Description AvailabilityDataGetUserAvailabilityRequest. getRequestedData()Gets a value indicating what data is requested (free/busy and/or suggestions).Methods in microsoft.exchange.webservices.data.core.request with parameters of type AvailabilityData Modifier and Type Method Description voidGetUserAvailabilityRequest. setRequestedData(AvailabilityData requestedData)Sets the requested data.
-