Uses of Enum
com.microsoft.graph.models.OnlineMeetingVideoDisabledReason
Packages that use OnlineMeetingVideoDisabledReason
-
Uses of OnlineMeetingVideoDisabledReason in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return OnlineMeetingVideoDisabledReasonModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static OnlineMeetingVideoDisabledReason[]OnlineMeetingVideoDisabledReason.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 OnlineMeetingVideoDisabledReasonModifier and TypeMethodDescriptionOnlineMeetingRestricted.getVideoDisabled()Gets the videoDisabled property value.Method parameters in com.microsoft.graph.models with type arguments of type OnlineMeetingVideoDisabledReasonModifier and TypeMethodDescriptionvoidOnlineMeetingRestricted.setVideoDisabled(EnumSet<OnlineMeetingVideoDisabledReason> value) Sets the videoDisabled property value.