Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.LegacyFreeBusyStatus
-
-
Uses of LegacyFreeBusyStatus in microsoft.exchange.webservices.data.core.enumeration.property
Methods in microsoft.exchange.webservices.data.core.enumeration.property that return LegacyFreeBusyStatus Modifier and Type Method Description static LegacyFreeBusyStatusLegacyFreeBusyStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LegacyFreeBusyStatus[]LegacyFreeBusyStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LegacyFreeBusyStatus in microsoft.exchange.webservices.data.core.response
Methods in microsoft.exchange.webservices.data.core.response that return types with arguments of type LegacyFreeBusyStatus Modifier and Type Method Description Collection<LegacyFreeBusyStatus>AttendeeAvailability. getMergedFreeBusyStatus()Gets a collection of merged free/busy status for the attendee. -
Uses of LegacyFreeBusyStatus in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return LegacyFreeBusyStatus Modifier and Type Method Description LegacyFreeBusyStatusMeetingRequest. getIntendedFreeBusyStatus()Gets the a value representing the intended free/busy status of the meeting.LegacyFreeBusyStatusAppointment. getLegacyFreeBusyStatus()Gets a value indicating the free/busy status of the owner of this appointment.LegacyFreeBusyStatusMeetingRequest. legacyFreeBusyStatus()Gets a value indicating the free/busy status of the owner of this appointment.Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type LegacyFreeBusyStatus Modifier and Type Method Description voidAppointment. setLegacyFreeBusyStatus(LegacyFreeBusyStatus value)Sets the legacy free busy status. -
Uses of LegacyFreeBusyStatus in microsoft.exchange.webservices.data.property.complex.availability
Methods in microsoft.exchange.webservices.data.property.complex.availability that return LegacyFreeBusyStatus Modifier and Type Method Description LegacyFreeBusyStatusCalendarEvent. getFreeBusyStatus()Gets the free/busy status associated with the event.LegacyFreeBusyStatusConflict. getFreeBusyStatus()Gets the free/busy status of the conflicting attendee.
-