Uses of Enum
com.microsoft.graph.models.OnlineMeetingContentSharingDisabledReason
Packages that use OnlineMeetingContentSharingDisabledReason
-
Uses of OnlineMeetingContentSharingDisabledReason in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return OnlineMeetingContentSharingDisabledReasonModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.OnlineMeetingContentSharingDisabledReason.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 OnlineMeetingContentSharingDisabledReasonModifier and TypeMethodDescriptionOnlineMeetingRestricted.getContentSharingDisabled()Gets the contentSharingDisabled property value.Method parameters in com.microsoft.graph.models with type arguments of type OnlineMeetingContentSharingDisabledReasonModifier and TypeMethodDescriptionvoidOnlineMeetingRestricted.setContentSharingDisabled(EnumSet<OnlineMeetingContentSharingDisabledReason> value) Sets the contentSharingDisabled property value.