Uses of Enum
com.microsoft.graph.models.MeetingChatMode
Packages that use MeetingChatMode
-
Uses of MeetingChatMode in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MeetingChatModeModifier and TypeMethodDescriptionstatic MeetingChatModeOnlineMeetingBase.getAllowMeetingChat()Gets the allowMeetingChat property value.static MeetingChatModeReturns the enum constant of this type with the specified name.static MeetingChatMode[]MeetingChatMode.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 MeetingChatModeModifier and TypeMethodDescriptionvoidOnlineMeetingBase.setAllowMeetingChat(MeetingChatMode value) Sets the allowMeetingChat property value.