Uses of Enum
com.microsoft.graph.models.FreeBusyStatus
Packages that use FreeBusyStatus
-
Uses of FreeBusyStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return FreeBusyStatusModifier and TypeMethodDescriptionstatic FreeBusyStatusAttendeeAvailability.getAvailability()Gets the availability property value.MeetingTimeSuggestion.getOrganizerAvailability()Gets the organizerAvailability property value.Event.getShowAs()Gets the showAs property value.ScheduleItem.getStatus()Gets the status property value.static FreeBusyStatusReturns the enum constant of this type with the specified name.static FreeBusyStatus[]FreeBusyStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type FreeBusyStatusModifier and TypeMethodDescriptionvoidAttendeeAvailability.setAvailability(FreeBusyStatus value) Sets the availability property value.voidMeetingTimeSuggestion.setOrganizerAvailability(FreeBusyStatus value) Sets the organizerAvailability property value.voidEvent.setShowAs(FreeBusyStatus value) Sets the showAs property value.voidScheduleItem.setStatus(FreeBusyStatus value) Sets the status property value.