Uses of Enum
com.microsoft.graph.models.OnlineMeetingProviderType
Packages that use OnlineMeetingProviderType
-
Uses of OnlineMeetingProviderType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return OnlineMeetingProviderTypeModifier and TypeMethodDescriptionstatic OnlineMeetingProviderTypeCalendar.getDefaultOnlineMeetingProvider()Gets the defaultOnlineMeetingProvider property value.Event.getOnlineMeetingProvider()Gets the onlineMeetingProvider property value.static OnlineMeetingProviderTypeReturns the enum constant of this type with the specified name.static OnlineMeetingProviderType[]OnlineMeetingProviderType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type OnlineMeetingProviderTypeModifier and TypeMethodDescriptionCalendar.getAllowedOnlineMeetingProviders()Gets the allowedOnlineMeetingProviders property value.Methods in com.microsoft.graph.models with parameters of type OnlineMeetingProviderTypeModifier and TypeMethodDescriptionvoidCalendar.setDefaultOnlineMeetingProvider(OnlineMeetingProviderType value) Sets the defaultOnlineMeetingProvider property value.voidEvent.setOnlineMeetingProvider(OnlineMeetingProviderType value) Sets the onlineMeetingProvider property value.Method parameters in com.microsoft.graph.models with type arguments of type OnlineMeetingProviderTypeModifier and TypeMethodDescriptionvoidCalendar.setAllowedOnlineMeetingProviders(List<OnlineMeetingProviderType> value) Sets the allowedOnlineMeetingProviders property value.